QuotaExceededException Class
- java.lang.Object
- Exception
- EventHubException
- com.microsoft.azure.eventhubs.QuotaExceededException
public class QuotaExceededException extends EventHubException
Constructor Summary
Constructor | Description | |
---|---|---|
QuotaExceededException(String message) | ||
QuotaExceededException(Throwable cause) |
Inherited Members
EventHubException.EventHubException(final boolean isTransient, final String message)
EventHubException.EventHubException(final boolean isTransient, final Throwable cause)
EventHubException.EventHubException(final boolean isTransient, final String message, final Throwable cause)
EventHubException.getContext()
EventHubException.getIsTransient()
EventHubException.getMessage()
EventHubException.setContext(ErrorContext errorContext)
Constructor Details
QuotaExceededException
public QuotaExceededException(String message)
Parameters:
message
QuotaExceededException
public QuotaExceededException(Throwable cause)
Parameters:
cause