Class ProtocolException

All Implemented Interfaces:
Serializable

public class ProtocolException extends RuntimeException
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException()
    • ProtocolException

      public ProtocolException(String message, Throwable cause)
    • ProtocolException

      public ProtocolException(String message, Object... args)
    • ProtocolException

      public ProtocolException(Throwable cause)