Class ConnectionException

All Implemented Interfaces:
Serializable

@SupportedAll @Deprecated public class ConnectionException extends LogException
Deprecated.
Throw a log exception when the connection to the Database fails.
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException()
      Deprecated.
      Constructs a ConnectionException instance.
    • ConnectionException

      public ConnectionException(String msg)
      Deprecated.
      Constructs a ConnectionException instance.
      Parameters:
      msg - Log exception message.