Class DriverNotAcceptableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.clonecloudstore.driver.api.exception.DriverException
io.clonecloudstore.driver.api.exception.DriverNotAcceptableException
- All Implemented Interfaces:
Serializable
Exception raised by the driver: the operation required is not acceptable, such as deletion of a bucket while it
is not empty, or deleting an object while not owner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDriverNotAcceptableException
(String message) DriverNotAcceptableException
(String message, Throwable cause) -
Method Summary
Methods inherited from class io.clonecloudstore.driver.api.exception.DriverException
cleanMessage, getDriverExceptionFromStatus
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DriverNotAcceptableException
-
DriverNotAcceptableException
-
DriverNotAcceptableException
-