Class StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldguard.protection.managers.storage.StorageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DifferenceSaveException
Exceptions related to region stores inherit from this exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStorageException
(String message) StorageException
(String message, Throwable cause) StorageException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageException
public StorageException() -
StorageException
-
StorageException
-
StorageException
-