org.jclouds.blobstore
Class ContainerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.rest.ResourceNotFoundException
                  extended by org.jclouds.blobstore.ContainerNotFoundException
All Implemented Interfaces:
Serializable

public class ContainerNotFoundException
extends ResourceNotFoundException

Thrown when a container cannot be located.

Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
ContainerNotFoundException()
           
ContainerNotFoundException(Exception from)
           
ContainerNotFoundException(String container, String message)
           
 
Method Summary
 String getContainer()
           
 
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

ContainerNotFoundException

public ContainerNotFoundException()

ContainerNotFoundException

public ContainerNotFoundException(String container,
                                  String message)

ContainerNotFoundException

public ContainerNotFoundException(Exception from)
Method Detail

getContainer

public String getContainer()


Copyright © 2009-2012 jclouds. All Rights Reserved.