Package com.illumon.iris.db.schema
Class SchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.iris.db.schema.SchemaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NamespaceNotFoundException
,SchemaNotFoundException
,SchemaPermissionException
,SchemaValidationException
The root of all possible Schema related exceptions.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionSchemaException
(String message) SchemaException
(String message, Throwable cause) protected
SchemaException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) SchemaException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaException
public SchemaException() -
SchemaException
-
SchemaException
-
SchemaException
-
SchemaException
-