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