Class AccessExternalNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.access.external.common.exception.AccessExternalNotFoundException
- All Implemented Interfaces:
Serializable
AccessException access error
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessExternalNotFoundException
(String message) constructor with messageAccessExternalNotFoundException
(String message, Throwable cause) constructor with message and throwableconstructor with throwable -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessExternalNotFoundException
constructor with message- Parameters:
message
- message to associate with the exception
-
AccessExternalNotFoundException
constructor with throwable- Parameters:
cause
- cause to associate with the exception
-
AccessExternalNotFoundException
constructor with message and throwable- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-