Class CollectExternalClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.exception.VitamClientException
fr.gouv.vitam.collect.external.external.exception.CollectExternalClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CollectExternalClientNotFoundException
Main Access Client Exception
- See Also:
-
Constructor Summary
ConstructorDescriptionCollectExternalClientException
(String message) constructor with messageCollectExternalClientException
(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
-
CollectExternalClientException
constructor with message- Parameters:
message
- associated message
-
CollectExternalClientException
constructor with throwable- Parameters:
cause
- associated cause
-
CollectExternalClientException
constructor with message and throwable- Parameters:
message
- associated messagecause
- associated cause
-