Class AccessInternalClientServerException
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.AccessInternalClientServerException
- All Implemented Interfaces:
 Serializable
Exception indicating the Logbook server has an internal error.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionconstructor with messageAccessInternalClientServerException(String messsage, Throwable cause) constructor with message and throwableconstructor with throwable - 
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AccessInternalClientServerException
constructor with message- Parameters:
 message- associated message
 - 
AccessInternalClientServerException
constructor with throwable- Parameters:
 cause- associated cause
 - 
AccessInternalClientServerException
constructor with message and throwable- Parameters:
 messsage- associated messagecause- associated cause
 
 -