Package com.microsoft.azure.eventhubs
Class QuotaExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.eventhubs.EventHubException
-
- com.microsoft.azure.eventhubs.QuotaExceededException
-
- All Implemented Interfaces:
Serializable
public class QuotaExceededException extends EventHubException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuotaExceededException(String message)
QuotaExceededException(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
-
-