Class StorageDriverServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.storage.driver.exception.StorageDriverException
fr.gouv.vitam.storage.driver.exception.StorageDriverServerErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStorageDriverServerErrorException(String driverInfos, String message) Constructor with a message and additional info about the driverStorageDriverServerErrorException(String driverInfos, String message, Throwable cause) Constructor with a message and an original exception and additional info about the driverStorageDriverServerErrorException(String driverInfos, Throwable cause) Constructor with an original exception and additional info about the driver -
Method Summary
Methods inherited from class fr.gouv.vitam.storage.driver.exception.StorageDriverException
getDriverInfo, isShouldRetryMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageDriverServerErrorException
Constructor with a message and additional info about the driver- Parameters:
driverInfos- information about the driver (id, name, version...)message- a message to add
-
StorageDriverServerErrorException
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 messagecause- the original exception
-
StorageDriverServerErrorException
Constructor with an original exception and additional info about the driver- Parameters:
driverInfos- information about the driver (id, name, version...)cause- the original exception
-