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

public class StorageException extends Exception
Exceptions related to region stores inherit from this exception.
See Also:
  • Constructor Details

    • StorageException

      public StorageException()
    • StorageException

      public StorageException(String message)
    • StorageException

      public StorageException(String message, Throwable cause)
    • StorageException

      public StorageException(Throwable cause)