Package com.microsoft.azure.eventhubs
Class IllegalEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.eventhubs.EventHubException
-
- com.microsoft.azure.eventhubs.IllegalEntityException
-
- All Implemented Interfaces:
Serializable
public class IllegalEntityException extends EventHubException
This exception is thrown for the following reasons:- When the entity user attempted to connect does not exist
- The entity user wants to connect is disabled
-
-
Constructor Summary
Constructors Constructor Description IllegalEntityException(String message)
IllegalEntityException(String message, Throwable cause)
IllegalEntityException(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
-
-