Class DatabaseConnectionException

All Implemented Interfaces:
Serializable

public class DatabaseConnectionException extends IllegalStateException
This exception is thrown when the database connection cannot be established.
Author:
hendrik
See Also:
Serialized Form
  • Constructor Details

    • DatabaseConnectionException

      public DatabaseConnectionException(String msg)
      Creates a new DatabaseConnectionFailedException
      Parameters:
      msg - error message
    • DatabaseConnectionException

      public DatabaseConnectionException(String msg, Throwable cause)
      Creates a new DatabaseConnectionFailedException
      Parameters:
      msg - error message
      cause - exception that generated this one.
    • DatabaseConnectionException

      public DatabaseConnectionException(Throwable cause)
      Creates a new DatabaseConnectionFailedException
      Parameters:
      cause - exception that generated this one.
    • DatabaseConnectionException

      public DatabaseConnectionException()
      Creates a new DatabaseConnectionFailedException