Class DriverException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.clonecloudstore.driver.api.exception.DriverException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DriverAlreadyExistException, DriverNotAcceptableException, DriverNotFoundException

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

    • DriverException

      public DriverException(String message)
    • DriverException

      public DriverException(String message, Throwable cause)
    • DriverException

      public DriverException(Throwable cause)
  • Method Details