Package com.microsoft.azure.eventhubs
Class ServerBusyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.eventhubs.EventHubException
-
- com.microsoft.azure.eventhubs.ServerBusyException
-
- All Implemented Interfaces:
Serializable
public class ServerBusyException extends EventHubException
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
Constructors Constructor Description ServerBusyException()
Default constructor for the exceptionServerBusyException(String message)
-
Method Summary
-
Methods inherited from class com.microsoft.azure.eventhubs.EventHubException
getContext, getIsTransient, getMessage, setContext
-
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)
-
-