Class StorageWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.sgrewritten.stargate.exception.database.StorageWriteException
- All Implemented Interfaces:
Serializable
An exception thrown if unable to write to Stargate's storage
- See Also:
-
Constructor Summary
ConstructorDescriptionStorageWriteException
(Throwable cause) Instantiates a new storage write exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageWriteException
Instantiates a new storage write exception- Parameters:
cause
-The underlying exception that caused this exception
-