Package com.illumon.iris.db.schema
Class NamespaceNotFoundException
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.NamespaceNotFoundException
- All Implemented Interfaces:
Serializable
SchemaException indicating a requested namespace was not found / does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNamespaceNotFoundException
(String namespace) NamespaceNotFoundException
(String namespace, 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
-
NamespaceNotFoundException
-
NamespaceNotFoundException
-
-
Method Details
-
getNamespace
-