Class DatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.drasyl.node.plugin.groups.manager.database.DatabaseException
All Implemented Interfaces:
Serializable

public class DatabaseException extends IOException
This exception signals an error occurred during execution in DatabaseAdapter implementations.
See Also:
  • Constructor Details

    • DatabaseException

      public DatabaseException(String message)
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
    • DatabaseException

      public DatabaseException(String message, Throwable cause)
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)