Package org.jclouds.rest
Class InsufficientResourcesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jclouds.rest.InsufficientResourcesException
-
- All Implemented Interfaces:
Serializable
public class InsufficientResourcesException extends RuntimeException
Thrown when there is a quota or otherwise limit preventing the operation from occurring.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsufficientResourcesException()
InsufficientResourcesException(String arg0)
InsufficientResourcesException(String arg0, Throwable arg1)
InsufficientResourcesException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-