QuotaExceededException Class
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- com.microsoft.azure.eventhubs.EventHubException
- com.microsoft.azure.eventhubs.QuotaExceededException
public class QuotaExceededException
extends EventHubException
Constructor Summary
Constructor | Description | |
---|---|---|
QuotaExceededException(String message) | ||
QuotaExceededException(Throwable cause) |
Methods inherited from EventHubException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
addSuppressed
fillInStackTrace
getCause
getLocalizedMessage
getStackTrace
getSuppressed
initCause
printStackTrace
printStackTrace
printStackTrace
setStackTrace
toString
Constructor Details
QuotaExceededException
public QuotaExceededException(String message)
Parameters:
message
QuotaExceededException
public QuotaExceededException(Throwable cause)
Parameters:
cause