Class ConnectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionRefusedException, HostNotFoundException

public class ConnectionException extends Exception
Exception thrown when the connection to the database caused an error
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException(String message)