Class IngestInternalClientNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.ingest.internal.common.exception.IngestInternalClientException
fr.gouv.vitam.ingest.internal.common.exception.IngestInternalClientNotFoundException
- All Implemented Interfaces:
Serializable
Exception indicating a resource requested by a client was not found on the server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionconstructor with messageIngestInternalClientNotFoundException(String messsage, Throwable cause) constructor with message and throwableIngestInternalClientNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) constructor with message throwable anableSuppression and writableStackTraceconstructor 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
-
IngestInternalClientNotFoundException
constructor with message- Parameters:
message- associated message
-
IngestInternalClientNotFoundException
constructor with throwable- Parameters:
cause- associated cause
-
IngestInternalClientNotFoundException
constructor with message and throwable- Parameters:
messsage- associated messagecause- associated cause
-
IngestInternalClientNotFoundException
public IngestInternalClientNotFoundException(String message, 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
-