Class MessageLockLostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.servicebus.primitives.ServiceBusException
-
- com.microsoft.azure.servicebus.primitives.MessageLockLostException
-
- All Implemented Interfaces:
Serializable
public class MessageLockLostException extends ServiceBusException
This exception is thrown when a receiver attemptscomplete
orabandon
orrenew-lock
ordeadLetter
ordefer
operation on a peek-locked message whose lock had already expired.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageLockLostException()
MessageLockLostException(String message)
MessageLockLostException(String message, Throwable cause)
MessageLockLostException(Throwable cause)
-
Method Summary
-
Methods inherited from class com.microsoft.azure.servicebus.primitives.ServiceBusException
getContext, getIsTransient, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-