public class UnexpectedColumnException
extends org.datanucleus.exceptions.DatastoreValidationException
| Constructor and Description |
|---|
UnexpectedColumnException(String table_name,
String column_name,
String schema_name,
String catalog_name)
Constructs a unexpected column exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic UnexpectedColumnException(String table_name, String column_name, String schema_name, String catalog_name)
table_name - The table in which the column was found.column_name - The name of the unexpected column.schema_name - The schema namecatalog_name - The catalog nameCopyright © 2019. All rights reserved.