Class IngestExternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.ingest.external.api.exception.IngestExternalException
All Implemented Interfaces:
Serializable

public class IngestExternalException extends VitamException
IngestExternalException ingest error
See Also:
  • Constructor Details

    • IngestExternalException

      public IngestExternalException(String message)
      constructor with message
      Parameters:
      message - message to associate with the exception
    • IngestExternalException

      public IngestExternalException(Throwable cause)
      constructor with throwable
      Parameters:
      cause - cause to associate with the exception
    • IngestExternalException

      public IngestExternalException(String message, Throwable cause)
      constructor with message and throwable
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception