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:
java.io.Serializable
public class AccessExternalNotFoundException extends VitamException
AccessException access error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessExternalNotFoundException(java.lang.String message)
constructor with messageAccessExternalNotFoundException(java.lang.String message, java.lang.Throwable cause)
constructor with message and throwableAccessExternalNotFoundException(java.lang.Throwable cause)
constructor with throwable
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
AccessExternalNotFoundException
public AccessExternalNotFoundException(java.lang.String message)
constructor with message- Parameters:
message
- message to associate with the exception
-
AccessExternalNotFoundException
public AccessExternalNotFoundException(java.lang.Throwable cause)
constructor with throwable- Parameters:
cause
- cause to associate with the exception
-
AccessExternalNotFoundException
public AccessExternalNotFoundException(java.lang.String message, java.lang.Throwable cause)
constructor with message and throwable- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
-