Class StorageWriteException

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

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

    • StorageWriteException

      public StorageWriteException(Throwable cause)
      Instantiates a new storage write exception
      Parameters:
      cause -

      The underlying exception that caused this exception