Class IngestInternalClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.ingest.internal.common.exception.IngestInternalClientException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IllegalZipFileNameException,- IngestInternalClientNotFoundException,- IngestInternalClientServerException
Main Ingest Client Exception
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionIngestInternalClientException(String message) constructor with messageIngestInternalClientException(String messsage, Throwable cause) constructor with message and throwableIngestInternalClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) constructor with message throwable anableSuppression and writableStackTraceconstructor with throwable
- 
Method SummaryMethods inherited from class fr.gouv.vitam.common.exception.VitamExceptiongetVitamError, setVitamErrorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IngestInternalClientExceptionconstructor with message- Parameters:
- message- associated message
 
- 
IngestInternalClientExceptionconstructor with throwable- Parameters:
- cause- associated cause
 
- 
IngestInternalClientExceptionconstructor with message and throwable- Parameters:
- messsage- associated message
- cause- associated cause
 
- 
IngestInternalClientExceptionpublic IngestInternalClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) constructor with message throwable anableSuppression and writableStackTrace- Parameters:
- message- associated message
- cause- associated cause
- enableSuppression- allow suppression or not
- writableStackTrace- allow writable stack trace or not
 
 
-