Class SynchronizedSessionLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.util.LoggableException
com.apple.foundationdb.synchronizedsession.SynchronizedSessionLockedException
- All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>
,Serializable
This exception means that the synchronized session is not valid anymore, probably because another synchronized session
on the same lock is running.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.apple.foundationdb.util.LoggableException
addLogInfo, addLogInfo, exportLogInfo, getLogInfo
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SynchronizedSessionLockedException
-