Class DriverNotFoundException

All Implemented Interfaces:
Serializable

public class DriverNotFoundException extends DriverException
Exception raised by the driver: the Bucket or Object was not found
See Also:
  • Constructor Details

    • DriverNotFoundException

      public DriverNotFoundException(String message)
    • DriverNotFoundException

      public DriverNotFoundException(String message, Throwable cause)
    • DriverNotFoundException

      public DriverNotFoundException(Throwable cause)