org.jclouds.rest
Class InsufficientResourcesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.

Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
InsufficientResourcesException()
           
InsufficientResourcesException(String arg0, Throwable arg1)
           
InsufficientResourcesException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientResourcesException

public InsufficientResourcesException()

InsufficientResourcesException

public InsufficientResourcesException(String arg0,
                                      Throwable arg1)

InsufficientResourcesException

public InsufficientResourcesException(Throwable arg0)


Copyright © 2009-2012 jclouds. All Rights Reserved.