Package io.mats3.matssocket
Class MatsSocketServer.DataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mats3.matssocket.MatsSocketServer.DataStoreException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- MatsSocketServer
RuntimeException raised from methods which directly interfaces with the
ClusterStoreAndForward
and which
cannot "hide" the situation if the data store doesn't work. These methods are
send(..)
,
request(..)
,
getMatsSocketSessions(..)
and
MatsSocketServer.getMatsSocketSessionsCount(boolean, String, String, String)
getMatsSocketSessionsCount(..)}.- See Also:
-
Constructor Summary
ConstructorDescriptionDataStoreException
(String message) DataStoreException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataStoreException
-
DataStoreException
-