Class StorageDriverNotFoundException

All Implemented Interfaces:
Serializable

public class StorageDriverNotFoundException extends StorageDriverException
Exceptions to be thrown by the storage drivers in case resource was not found on the storage offer
See Also:
  • Constructor Details

    • StorageDriverNotFoundException

      public StorageDriverNotFoundException(String driverInfos, String message)
      Constructor with a message and additional info about the driver
      Parameters:
      driverInfos - information about the driver (id, name, version...)
      message - a message to add
    • StorageDriverNotFoundException

      public StorageDriverNotFoundException(String driverInfos, String message, Throwable cause)
      Constructor with a message and an original exception and additional info about the driver
      Parameters:
      driverInfos - information about the driver (id, name, version...)
      message - the exception message
      cause - the original exception
    • StorageDriverNotFoundException

      public StorageDriverNotFoundException(String driverInfos, Throwable cause)
      Constructor with an original exception and additional info about the driver
      Parameters:
      driverInfos - information about the driver (id, name, version...)
      cause - the original exception