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