org.jclouds.blobstore
Class ContainerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jclouds.rest.ResourceNotFoundException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContainerNotFoundException
public ContainerNotFoundException()
ContainerNotFoundException
public ContainerNotFoundException(String container,
String message)
ContainerNotFoundException
public ContainerNotFoundException(Exception from)
getContainer
public String getContainer()
Copyright © 2009-2011 jclouds. All Rights Reserved.