MessageLockLostException Class
- java.
lang. Object - Exception
- ServiceBusException
- com.
microsoft. azure. servicebus. primitives. MessageLockLostException
- com.
public class MessageLockLostException extends ServiceBusException
This exception is thrown when a receiver attempts or or or or operation on a peek-locked message whose lock had already expired.
Constructor Summary
Constructor | Description | |
---|---|---|
MessageLockLostException() | ||
MessageLockLostException(String message) | ||
MessageLockLostException(String message, Throwable cause) | ||
MessageLockLostException(Throwable cause) |
Inherited Members
ServiceBusException.getContext()
ServiceBusException.getIsTransient()
ServiceBusException.getMessage()
ServiceBusException.ServiceBusException(final boolean isTransient)
ServiceBusException.ServiceBusException(final boolean isTransient, final String message)
ServiceBusException.ServiceBusException(final boolean isTransient, final Throwable cause)
ServiceBusException.ServiceBusException(final boolean isTransient, final String message, final Throwable cause)
Constructor Details
MessageLockLostException
public MessageLockLostException()
MessageLockLostException
public MessageLockLostException(String message)
Parameters:
message
MessageLockLostException
public MessageLockLostException(String message, Throwable cause)
Parameters:
message
cause
MessageLockLostException
public MessageLockLostException(Throwable cause)
Parameters:
cause
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java