Class ProtocolException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HandshakeFailedException

public class ProtocolException extends RuntimeException
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Base exception for all protocol exceptions.
      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