Class IdProtocolException

All Implemented Interfaces:
Serializable

public final class IdProtocolException extends IdException
An exception encountered whilst handling a protocol.
See Also:
  • Constructor Details

    • IdProtocolException

      public IdProtocolException(IdErrorCode errorCode, String message)
      Construct an exception.
      Parameters:
      errorCode - The error code
      message - The message
    • IdProtocolException

      public IdProtocolException(IdErrorCode errorCode, String message, Throwable cause)
      Construct an exception.
      Parameters:
      errorCode - The error code
      message - The message
      cause - The cause