QuotaExceededException Class
- java.
lang. Object - Exception
- ServiceBusException
- com.
microsoft. azure. servicebus. primitives. QuotaExceededException
- com.
public class QuotaExceededException extends ServiceBusException
This exception is thrown to signal that a service bus entity or namespace exceeded its quota. A quota can be a limit on entity size, message size, maximum concurrent connections or maximum concurrent operations.
Constructor Summary
Constructor | Description | |
---|---|---|
QuotaExceededException() | ||
QuotaExceededException(String message) | ||
QuotaExceededException(String message, Throwable cause) | ||
QuotaExceededException(Throwable cause) |
Inherited Members
ServiceBusException.getContext()
ServiceBusException.getIsTransient()
ServiceBusException.getMessage()
ServiceBusException.ServiceBusException(final boolean isTransient)
ServiceBusException.ServiceBusException(final boolean isTransient, final String message)
ServiceBusException.ServiceBusException(final boolean isTransient, final Throwable cause)
ServiceBusException.ServiceBusException(final boolean isTransient, final String message, final Throwable cause)
Constructor Details
QuotaExceededException
public QuotaExceededException()
QuotaExceededException
public QuotaExceededException(String message)
Parameters:
message
QuotaExceededException
public QuotaExceededException(String message, Throwable cause)
Parameters:
message
cause
QuotaExceededException
public QuotaExceededException(Throwable cause)
Parameters:
cause
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java