Class SessionLockLostException

  • All Implemented Interfaces:
    Serializable

    public class SessionLockLostException
    extends ServiceBusException
    This exception is thrown when a session receiver performs an operation on a session after its lock is expired. When a client accepts a session, the session is locked to the receiver for a duration specified in the entity definition. When the accepted session remains idle for the duration of lock, that is no operations performed on the session, the lock expires and the session is made available to other clients.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • SessionLockLostException

        public SessionLockLostException()
      • SessionLockLostException

        public SessionLockLostException​(String message)
      • SessionLockLostException

        public SessionLockLostException​(Throwable cause)
      • SessionLockLostException

        public SessionLockLostException​(String message,
                                        Throwable cause)