Class SynchronizedSessionLockedException

All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>, Serializable

@API(EXPERIMENTAL) public class SynchronizedSessionLockedException extends LoggableException
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 Details

    • SynchronizedSessionLockedException

      public SynchronizedSessionLockedException(@Nonnull String msg, @Nullable Object... keyValues)