Package io.deephaven.enterprise.database
Class UserTableMissingSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.enterprise.database.UserTableMissingSchemaException
- All Implemented Interfaces:
Serializable
Unchecked exception representing a missing user table definition.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserTableMissingSchemaException
(@NotNull String namespace, @NotNull String tableName, @NotNull String reason) UserTableMissingSchemaException
(@NotNull String namespace, @NotNull String tableName, @NotNull String reason, @NotNull 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
-
UserTableMissingSchemaException
-
UserTableMissingSchemaException
-
-
Method Details
-
getNamespace
-
getTableName
-