Class DriverRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.clonecloudstore.driver.api.exception.DriverRuntimeException
- All Implemented Interfaces:
Serializable
Exception raised by the driver: Generic error (meaning 400 or 500 in HTTP) for any not specialized errors
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDriverRuntimeException
(String message, Throwable cause) DriverRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DriverRuntimeException
-
DriverRuntimeException
-