Class InternalIngestException

All Implemented Interfaces:
Serializable

public class InternalIngestException extends IngestException
Ingest exception that should spawn a 5xx error back to the client.
See Also:
  • Constructor Details

    • InternalIngestException

      public InternalIngestException()
      Instantiates a new exception.
    • InternalIngestException

      public InternalIngestException(String message)
      Instantiates a new exception with the provided message.
      Parameters:
      message - the message
    • InternalIngestException

      public InternalIngestException(String message, Throwable throwable)
      Instantiates a new exception with the provided message and Throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • InternalIngestException

      public InternalIngestException(Throwable throwable)
      Instantiates a new exception with the provided Throwable.
      Parameters:
      throwable - the throwable