Package io.deephaven.enterprise.database
Class UserTableWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.enterprise.database.UserTableIOException
io.deephaven.enterprise.database.UserTableWriteException
- All Implemented Interfaces:
- Serializable
Unchecked exception representing a failure in writing part or all of a user table.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUserTableWriteException(@NotNull String namespace, @NotNull String tableName, @NotNull String reason) UserTableWriteException(@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- 
UserTableWriteException
- 
UserTableWriteException
 
- 
- 
Method Details- 
getNamespace
- 
getTableName
 
-