public class StorageDriverServiceUnavailableException extends StorageDriverException
Constructor and Description |
---|
StorageDriverServiceUnavailableException(String driverInfos,
String message)
Constructor with a message and additional info about the driver
|
StorageDriverServiceUnavailableException(String driverInfos,
String message,
Throwable cause)
Constructor with a message and an original exception and additional info about the driver
|
StorageDriverServiceUnavailableException(String driverInfos,
Throwable cause)
Constructor with an original exception and additional info about the driver
|
getDriverInfo
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StorageDriverServiceUnavailableException(String driverInfos, String message)
driverInfos
- information about the driver (id, name, version...)message
- a message to addpublic StorageDriverServiceUnavailableException(String driverInfos, String message, Throwable cause)
driverInfos
- information about the driver (id, name, version...)message
- the exception messagecause
- the original exceptionpublic StorageDriverServiceUnavailableException(String driverInfos, Throwable cause)
driverInfos
- information about the driver (id, name, version...)cause
- the original exceptionCopyright © 2018 Vitam. All rights reserved.