Class StorageReadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.sgrewritten.stargate.exception.database.StorageReadException
All Implemented Interfaces:
Serializable

public class StorageReadException extends IOException
An exception thrown if unable to read from Stargate's storage
See Also:
  • Constructor Details

    • StorageReadException

      public StorageReadException(Throwable cause)
      Instantiates a new storage read exception
      Parameters:
      cause -

      The underlying exception that caused this exception