SessionCannotBeLockedException Class
- java.
lang. Object - Exception
- ServiceBusException
- com.
microsoft. azure. servicebus. primitives. SessionCannotBeLockedException
- com.
public class SessionCannotBeLockedException extends ServiceBusException
This exception is thrown when a client attempts to accept a session that is already locked by another client.
Constructor Summary
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
SessionCannotBeLockedException
public SessionCannotBeLockedException()
SessionCannotBeLockedException
public SessionCannotBeLockedException(String message)
Parameters:
message
SessionCannotBeLockedException
public SessionCannotBeLockedException(String message, Throwable cause)
Parameters:
message
cause
SessionCannotBeLockedException
public SessionCannotBeLockedException(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