Class ConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rapidcontext.core.type.ConnectionException
All Implemented Interfaces:
Serializable

public class ConnectionException extends Exception
A general connection or channel exception. This class encapsulates all types of errors that may happen on a connection.
Version:
1.0
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException(String message)
      Creates a new connection exception.
      Parameters:
      message - the detailed error message
    • ConnectionException

      public ConnectionException(String message, Throwable e)
      Creates a new connection exception.
      Parameters:
      message - the detailed error message
      e - the base exception