ServerBusyException Class
- java.
lang. Object - Exception
- ServiceBusException
- com.
microsoft. azure. servicebus. primitives. ServerBusyException
- com.
public class ServerBusyException extends ServiceBusException
Server busy exception is thrown when the current entity's activity has put excessive load onto the service. When encountered this exception user should wait at least 4 seconds before any retry/runtime operations for the said entity again.
Constructor Summary
Constructor | Description | |
---|---|---|
ServerBusyException() |
Default constructor for the exception |
|
ServerBusyException(final String message) |
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
ServerBusyException
public ServerBusyException()
Default constructor for the exception
ServerBusyException
public ServerBusyException(final String message)
Parameters:
message
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