Class ProtocolException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpProtocolException, SSLProtocolException

@Exported public class ProtocolException extends IdcClientException
Errors in the protocol layer.
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException()
    • ProtocolException

      public ProtocolException(LocaleMessage message)
      Parameters:
      message - the detail message
    • ProtocolException

      public ProtocolException(LocaleMessage message, Throwable cause)
      Parameters:
      message - the detail message
      cause - the cause
    • ProtocolException

      public ProtocolException(Throwable cause)
      Parameters:
      cause - the cause
  • Method Details

    • isIOException

      public boolean isIOException()
      Returns:
      true if this is an IO Exception wrapper