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:
SchemaNotFoundException
,SchemaPermissionException
,SchemaValidationException
public class SchemaException extends UncheckedDeephavenException
The root of all possible Schema related exceptions.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description SchemaException()
SchemaException(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
-