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
public class SchemaNotFoundException extends SchemaException
SchemaException indicating a requested schema was not found / does not exist.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SchemaNotFoundException(String namespace, String tableName)
SchemaNotFoundException(String namespace, String tableName, String message)
-
Method Summary
Modifier and Type Method Description String
getNamespace()
String
getTableName()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString