Class SchemaNotFoundException
Exception is thrown when a specified schema cannot be found. @deprecated No longer used. Use {@link org.apache.ignite.sql.SqlException} with {@link ErrorGroups.Sql#STMT_VALIDATION_ERR} error code.
[Serializable]
public sealed class SchemaNotFoundException : IgniteException, ISerializable
- Inheritance
-
SchemaNotFoundException
- Implements
- Inherited Members
Constructors
SchemaNotFoundException(Guid, int, string?, Exception?)
Initializes a new instance of the SchemaNotFoundException class.
public SchemaNotFoundException(Guid traceId, int code, string? message, Exception? innerException = null)