public class MissingTableException
extends org.datanucleus.store.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, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public 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 © 2017. All rights reserved.