public class MissingTableException
extends org.datanucleus.exceptions.DatastoreValidationException
| Constructor and Description |
|---|
MissingTableException(String catalogName,
String schemaName,
String tableName)
Constructs a missing table exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic MissingTableException(String catalogName, String schemaName, String tableName)
catalogName - Catalog name which the table was searched.schemaName - Schema name which the table was searched.tableName - Name of the table that was missing.Copyright © 2019. All rights reserved.