Class DriverAlreadyExistException

All Implemented Interfaces:
Serializable

public class DriverAlreadyExistException extends DriverException
Exception raised by the driver: the Bucket or Object already exists and therefore cannot be created
See Also:
  • Constructor Details

    • DriverAlreadyExistException

      public DriverAlreadyExistException(String message)
    • DriverAlreadyExistException

      public DriverAlreadyExistException(String message, Throwable cause)
    • DriverAlreadyExistException

      public DriverAlreadyExistException(Throwable cause)