Class AzureComputeRateLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jclouds.rest.RateLimitExceededException
-
- org.jclouds.azurecompute.arm.exceptions.AzureComputeRateLimitExceededException
-
- All Implemented Interfaces:
Serializable
@Beta public class AzureComputeRateLimitExceededException extends RateLimitExceededException
Provides detailed information for rate limit exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AzureComputeRateLimitExceededException(HttpResponse response)
AzureComputeRateLimitExceededException(HttpResponse response, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AzureComputeRateLimitExceededException
public AzureComputeRateLimitExceededException(HttpResponse response)
-
AzureComputeRateLimitExceededException
public AzureComputeRateLimitExceededException(HttpResponse response, Throwable cause)
-
-