Class NetworkException

All Implemented Interfaces:
com.streambase.sb.util.LocatedItem, Serializable
Direct Known Subclasses:
ClientConnectException, ProtocolException

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

    • NetworkException

      public NetworkException(String a_message)
    • NetworkException

      public NetworkException(String a_message, Throwable a_cause)
    • NetworkException

      public NetworkException(Throwable a_cause)