Class TableServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.illumon.iris.sbetransport.server.TableServerException
- All Implemented Interfaces:
Serializable
public class TableServerException extends Exception
Exception representing errors that are converted into a SubscriptionError message and sent to the
client over SBE.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TableServerException(String message, int subscriptionId, TableSubscriptionErrorCode errorCode)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableServerException
public TableServerException(String message, int subscriptionId, TableSubscriptionErrorCode errorCode)
-