Class ReceiverDisconnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.servicebus.primitives.ServiceBusException
-
- com.microsoft.azure.servicebus.primitives.ReceiverDisconnectedException
-
- All Implemented Interfaces:
Serializable
public class ReceiverDisconnectedException extends ServiceBusException
This exception is thrown when a EventHubReceiver is being disconnected because of one of the following reason:- user attempts to connect a non-epoch receiver to a event hub partition, when there is an epoch receiver connected to the partition.
- you are using an epoch receiver for a given partition but another epoch receiver with a higher epoch value connects to the same partition.
- Since:
- 1.0
- See Also:
- http://go.microsoft.com/fwlink/?LinkId=761101, Serialized Form
-
-
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
-
-