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

public class IngestInternalClientException extends VitamException
Main Ingest Client Exception
See Also:
  • Constructor Details

    • IngestInternalClientException

      public IngestInternalClientException(String message)
      constructor with message
      Parameters:
      message - associated message
    • IngestInternalClientException

      public IngestInternalClientException(Throwable cause)
      constructor with throwable
      Parameters:
      cause - associated cause
    • IngestInternalClientException

      public IngestInternalClientException(String messsage, Throwable cause)
      constructor with message and throwable
      Parameters:
      messsage - associated message
      cause - associated cause
    • IngestInternalClientException

      public 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