Package 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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContainerNotFoundException()
ContainerNotFoundException(String container, String message)
ContainerNotFoundException(Throwable from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContainer()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getContainer
public String getContainer()
-
-