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

public static class MatsSocketServer.DataStoreException extends RuntimeException
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 Details

    • DataStoreException

      public DataStoreException(String message)
    • DataStoreException

      public DataStoreException(String message, Throwable cause)