Package marauroa.server.db
Class DatabaseConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
marauroa.server.db.DatabaseConnectionException
- All Implemented Interfaces:
Serializable
This exception is thrown when the database connection cannot be established.
- Author:
- hendrik
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionCreates a new DatabaseConnectionFailedExceptionCreates a new DatabaseConnectionFailedExceptionDatabaseConnectionException(String msg, Throwable cause)
Creates a new DatabaseConnectionFailedExceptionDatabaseConnectionException(Throwable cause)
Creates a new DatabaseConnectionFailedException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseConnectionException
Creates a new DatabaseConnectionFailedException- Parameters:
msg
- error message
-
DatabaseConnectionException
Creates a new DatabaseConnectionFailedException- Parameters:
msg
- error messagecause
- exception that generated this one.
-
DatabaseConnectionException
Creates a new DatabaseConnectionFailedException- Parameters:
cause
- exception that generated this one.
-
DatabaseConnectionException
public DatabaseConnectionException()Creates a new DatabaseConnectionFailedException
-