org.jclouds.rest
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.rest.ResourceNotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContainerNotFoundException, KeyNotFoundException

public class ResourceNotFoundException
extends RuntimeException

Thrown when a resource cannot be located.

Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException()
           
ResourceNotFoundException(String arg0)
           
ResourceNotFoundException(String arg0, Throwable arg1)
           
ResourceNotFoundException(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

ResourceNotFoundException

public ResourceNotFoundException()

ResourceNotFoundException

public ResourceNotFoundException(String arg0,
                                 Throwable arg1)

ResourceNotFoundException

public ResourceNotFoundException(String arg0)

ResourceNotFoundException

public ResourceNotFoundException(Throwable arg0)


Copyright © 2009-2011 jclouds. All Rights Reserved.