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:
java.io.Serializable
- Direct Known Subclasses:
IllegalZipFileNameException
,IngestInternalClientNotFoundException
,IngestInternalClientServerException
public class IngestInternalClientException extends VitamException
Main Ingest Client Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngestInternalClientException(java.lang.String message)
constructor with messageIngestInternalClientException(java.lang.String messsage, java.lang.Throwable cause)
constructor with message and throwableIngestInternalClientException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
constructor with message throwable anableSuppression and writableStackTraceIngestInternalClientException(java.lang.Throwable cause)
constructor with throwable
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
IngestInternalClientException
public IngestInternalClientException(java.lang.String message)
constructor with message- Parameters:
message
- associated message
-
IngestInternalClientException
public IngestInternalClientException(java.lang.Throwable cause)
constructor with throwable- Parameters:
cause
- associated cause
-
IngestInternalClientException
public IngestInternalClientException(java.lang.String messsage, java.lang.Throwable cause)
constructor with message and throwable- Parameters:
messsage
- associated messagecause
- associated cause
-
IngestInternalClientException
public IngestInternalClientException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
constructor with message throwable anableSuppression and writableStackTrace- Parameters:
message
- associated messagecause
- associated causeenableSuppression
- allow suppression or notwritableStackTrace
- allow writable stack trace or not
-
-