Class ServerBusyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.servicebus.primitives.ServiceBusException
-
- com.microsoft.azure.servicebus.primitives.ServerBusyException
-
- All Implemented Interfaces:
Serializable
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.- Since:
- 1.0
- See Also:
- http://go.microsoft.com/fwlink/?LinkId=761101, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerBusyException()
Default constructor for the exceptionServerBusyException(String message)
-
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
-
-
-
-
Constructor Detail
-
ServerBusyException
public ServerBusyException()
Default constructor for the exception
-
ServerBusyException
public ServerBusyException(String message)
-
-