Class AccessExternalClientNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.access.external.common.exception.AccessExternalClientException
-
- fr.gouv.vitam.access.external.common.exception.AccessExternalClientNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class AccessExternalClientNotFoundException extends AccessExternalClientException
Exception indicating a resource requested by a client was not found on the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessExternalClientNotFoundException(java.lang.String message)
constructor with messageAccessExternalClientNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
constructor with message and throwableAccessExternalClientNotFoundException(java.lang.Throwable cause)
constructor with throwable
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
AccessExternalClientNotFoundException
public AccessExternalClientNotFoundException(java.lang.String message)
constructor with message- Parameters:
message
- associated message
-
AccessExternalClientNotFoundException
public AccessExternalClientNotFoundException(java.lang.Throwable cause)
constructor with throwable- Parameters:
cause
- associated cause
-
AccessExternalClientNotFoundException
public AccessExternalClientNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
constructor with message and throwable- Parameters:
messsage
- associated messagecause
- associated cause
-
-