Class DriverRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.clonecloudstore.driver.api.exception.DriverRuntimeException
All Implemented Interfaces:
Serializable

public class DriverRuntimeException extends RuntimeException
Exception raised by the driver: Generic error (meaning 400 or 500 in HTTP) for any not specialized errors
See Also:
  • Constructor Details

    • DriverRuntimeException

      public DriverRuntimeException(String message, Throwable cause)
    • DriverRuntimeException

      public DriverRuntimeException(Throwable cause)