Package org.openstack4j.api.exceptions
Class ContainerNotEmptyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstack4j.api.exceptions.OS4JException
-
- org.openstack4j.api.exceptions.ResponseException
-
- org.openstack4j.api.exceptions.ContainerNotEmptyException
-
- All Implemented Interfaces:
Serializable
public class ContainerNotEmptyException extends ResponseException
An exception that is thrown when an Object Storage Container is attempted to be deleted that is not empty- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openstack4j.api.exceptions.ResponseException
requestId, requestInfo, status
-
-
Constructor Summary
Constructors Constructor Description ContainerNotEmptyException(String message, int status)ContainerNotEmptyException(String message, int status, Throwable cause)
-
Method Summary
-
Methods inherited from class org.openstack4j.api.exceptions.ResponseException
getStatus, mapException, mapException, mapException, mapException, setRequestId, setRequestInfo, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-