Class StorageDriverConflictException

All Implemented Interfaces:
Serializable

public class StorageDriverConflictException extends StorageDriverException
Exceptions to be thrown by the storage drivers in case of conflicting resource
See Also:
  • Constructor Details

    • StorageDriverConflictException

      public StorageDriverConflictException(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
    • StorageDriverConflictException

      public StorageDriverConflictException(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
    • StorageDriverConflictException

      public StorageDriverConflictException(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