Package io.mats3.matssocket
Class ClusterStoreAndForward.MessageIdAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.mats3.matssocket.ClusterStoreAndForward.MessageIdAlreadyExistsException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ClusterStoreAndForward
Thrown if the operation resulted in a Unique Constraint situation. Relevant for
ClusterStoreAndForward.storeMessageIdInInbox(String, String)
and
ClusterStoreAndForward.storeMessageInOutbox(String, String, String, String, MessageType, Long, String, String, byte[])
.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageIdAlreadyExistsException
-