Class ModelNotFoundException

All Implemented Interfaces:
Serializable

public class ModelNotFoundException extends NonRetriableException
Thrown when the requested model does not exist or is not accessible by the caller (HTTP 404).

This is a NonRetriableException: the same request will fail again until the model name or identifier is corrected in the client configuration.

See Also:
  • Constructor Details

    • ModelNotFoundException

      public ModelNotFoundException(String message)
    • ModelNotFoundException

      public ModelNotFoundException(Throwable cause)
    • ModelNotFoundException

      public ModelNotFoundException(String message, Throwable cause)