Class ModelNotFoundException

All Implemented Interfaces:
Serializable, TraceableException

public class ModelNotFoundException extends IgniteException
Exception thrown when a model is not found.
See Also:
  • Constructor Details

    • ModelNotFoundException

      public ModelNotFoundException(String modelPath)
      Creates a new ModelNotFoundException with the specified model path.
      Parameters:
      modelPath - The model Path that was not found
    • ModelNotFoundException

      public ModelNotFoundException(UUID traceId, int code, String message, @Nullable @Nullable Throwable cause)
      Creates an inference exception with all parameters.
      Parameters:
      traceId - The unique trace Id
      code - The error code
      message - The exception message
      cause - The exception cause