Package com.illumon.iris.db.schema
Class SchemaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.iris.db.schema.SchemaException
com.illumon.iris.db.schema.SchemaNotFoundException
- All Implemented Interfaces:
Serializable
SchemaException indicating a requested schema was not found / does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaNotFoundException
(String namespace, String tableName) SchemaNotFoundException
(String namespace, String tableName, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaNotFoundException
-
SchemaNotFoundException
-
-
Method Details
-
getNamespace
-
getTableName
-