Package io.deephaven.enterprise.database
Class SchemaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.enterprise.database.SchemaNotFoundException
- All Implemented Interfaces:
- Serializable
Indicates that a requested schema was not found / does not exist.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSchemaNotFoundException(@NotNull String namespace, @NotNull String tableName, @NotNull String reason) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SchemaNotFoundException
 
- 
- 
Method Details- 
namespace
- 
tableName
 
-