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

public class DriverNotAcceptableException extends DriverException
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 Details

    • DriverNotAcceptableException

      public DriverNotAcceptableException(String message)
    • DriverNotAcceptableException

      public DriverNotAcceptableException(String message, Throwable cause)
    • DriverNotAcceptableException

      public DriverNotAcceptableException(Throwable cause)