Class IngestInternalClientNotFoundException

All Implemented Interfaces:
Serializable

public class IngestInternalClientNotFoundException extends IngestInternalClientException
Exception indicating a resource requested by a client was not found on the server.
See Also:
  • Constructor Details

    • IngestInternalClientNotFoundException

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

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

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

      public IngestInternalClientNotFoundException(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