Class DriverNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.clonecloudstore.driver.api.exception.DriverException
io.clonecloudstore.driver.api.exception.DriverNotFoundException
- All Implemented Interfaces:
Serializable
Exception raised by the driver: the Bucket or Object was not found
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDriverNotFoundException
(String message) DriverNotFoundException
(String message, Throwable cause) DriverNotFoundException
(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
-
DriverNotFoundException
-
DriverNotFoundException
-
DriverNotFoundException
-