Package io.deephaven.enterprise.database
Class UserTableIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.enterprise.database.UserTableIOException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UserTableDeleteException,- UserTableWriteException
Unchecked exception representing a failure in IO, e.g. writing or deleting part or all of a user table.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUserTableIOException(@NotNull String namespace, @NotNull String tableName, @NotNull String reason) UserTableIOException(@NotNull String namespace, @NotNull String tableName, @NotNull String reason, @NotNull Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UserTableIOException
- 
UserTableIOException
 
- 
- 
Method Details- 
getNamespace
- 
getTableName
 
-