Package com.streambase.sb.client
Class NetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.streambase.sb.StreamBaseException
com.streambase.sb.client.NetworkException
- All Implemented Interfaces:
 com.streambase.sb.util.LocatedItem,Serializable
- Direct Known Subclasses:
 ClientConnectException,ProtocolException
Exception thrown when a network error/problem occurs
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNetworkException(String a_message) NetworkException(String a_message, Throwable a_cause) NetworkException(Throwable a_cause)  - 
Method Summary
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NetworkException
 - 
NetworkException
 - 
NetworkException
 
 -