Package com.microsoft.azure.eventhubs
Class OperationCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.eventhubs.EventHubException
-
- com.microsoft.azure.eventhubs.OperationCancelledException
-
- All Implemented Interfaces:
Serializable
public class OperationCancelledException extends EventHubException
This exception is thrown when the underlying AMQP layer encounter an abnormal link abort or disconnect of connection in an unexpected fashion.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationCancelledException(String message)
OperationCancelledException(String message, Throwable cause)
-
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
-
-