Class InferenceException

All Implemented Interfaces:
Serializable, TraceableException

public class InferenceException extends IgniteException
Base exception class for all inference-related exceptions.
See Also:
  • Constructor Details

    • InferenceException

      public InferenceException(String message)
      Creates a new InferenceException with the specified message.
      Parameters:
      message - The exception message
    • InferenceException

      public InferenceException(String message, Throwable cause)
      Creates a new InferenceException with the specified message and cause.
      Parameters:
      message - The exception message
      cause - The exception cause
    • InferenceException

      public InferenceException(Throwable cause)
      Creates a new InferenceException with the cause.
      Parameters:
      cause - The exception cause
    • InferenceException

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