Class ProtocolException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HandshakeFailedException

public class ProtocolException extends RuntimeException
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException(String message)
      Create protocol exception with given message.
      Parameters:
      message - message
    • ProtocolException

      public ProtocolException(String message, Throwable cause)
      Create protocol exception with given message and cause.
      Parameters:
      message - message
      cause - cause