Class SchemaNotFoundException

All Implemented Interfaces:
Serializable, TraceableException

public class SchemaNotFoundException extends IgniteException
Exception is thrown when a specified schema cannot be found.
See Also:
  • Constructor Details

    • SchemaNotFoundException

      public SchemaNotFoundException(String schemaName)
      Creates an exception with the given schema name.
      Parameters:
      schemaName - Schema name.
    • SchemaNotFoundException

      public SchemaNotFoundException(UUID traceId, int code, String message, Throwable cause)
      Creates an exception with the given trace ID, error code, detailed message, and cause.
      Parameters:
      traceId - Unique identifier of the exception.
      code - Full error code.
      message - Detailed message.
      cause - Optional nested exception (can be null).