Class TranslatorNotFoundException

All Implemented Interfaces:
Serializable, TraceableException

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

    • TranslatorNotFoundException

      public TranslatorNotFoundException(String message)
    • TranslatorNotFoundException

      public TranslatorNotFoundException(Throwable cause)
    • TranslatorNotFoundException

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