Class ProtocolException

All Implemented Interfaces:
com.streambase.sb.util.LocatedItem, Serializable

public class ProtocolException extends NetworkException
Exception thrown when a protocol error/problem occurs
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException(String a_message)
    • ProtocolException

      public ProtocolException(String a_message, Throwable a_cause)
    • ProtocolException

      public ProtocolException(Throwable a_cause)