Class IngestInternalClientServerException
- 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.IngestInternalClientServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class IngestInternalClientServerException extends IngestInternalClientException
Exception indicating a resource requested by a client has an error on the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngestInternalClientServerException(java.lang.String message)
constructor with messageIngestInternalClientServerException(java.lang.String messsage, java.lang.Throwable cause)
constructor with message and throwableIngestInternalClientServerException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
constructor with message throwable anableSuppression and writableStackTraceIngestInternalClientServerException(java.lang.Throwable cause)
constructor with throwable
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
IngestInternalClientServerException
public IngestInternalClientServerException(java.lang.String message)
constructor with message- Parameters:
message
- associated message
-
IngestInternalClientServerException
public IngestInternalClientServerException(java.lang.Throwable cause)
constructor with throwable- Parameters:
cause
- associated cause
-
IngestInternalClientServerException
public IngestInternalClientServerException(java.lang.String messsage, java.lang.Throwable cause)
constructor with message and throwable- Parameters:
messsage
- associated messagecause
- associated cause
-
IngestInternalClientServerException
public IngestInternalClientServerException(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
-
-