Class StorageDriverConflictException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      StorageDriverConflictException​(java.lang.String driverInfos, java.lang.String message)
      Constructor with a message and additional info about the driver
      StorageDriverConflictException​(java.lang.String driverInfos, java.lang.String message, java.lang.Throwable cause)
      Constructor with a message and an original exception and additional info about the driver
      StorageDriverConflictException​(java.lang.String driverInfos, java.lang.Throwable cause)
      Constructor with an original exception and additional info about the driver
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StorageDriverConflictException

        public StorageDriverConflictException​(java.lang.String driverInfos,
                                              java.lang.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​(java.lang.String driverInfos,
                                              java.lang.String message,
                                              java.lang.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​(java.lang.String driverInfos,
                                              java.lang.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