Package com.streambase.sb.client
Class HAServerIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.streambase.sb.StreamBaseException
-
- com.streambase.sb.client.HAServerIOException
-
- All Implemented Interfaces:
LocatedItem
,Serializable
public class HAServerIOException extends StreamBaseException
Exception thrown when there's an I/O error with a HA server- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HAServerIOException(String message)
HAServerIOException(String message, Throwable t)
HAServerIOException(Throwable t)
-
Method Summary
-
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-