org.datanucleus.store.rdbms.exceptions
Class UnexpectedColumnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusDataStoreException
org.datanucleus.store.exceptions.DatastoreValidationException
org.datanucleus.store.rdbms.exceptions.UnexpectedColumnException
- All Implemented Interfaces:
- Serializable
public class UnexpectedColumnException
- extends org.datanucleus.store.exceptions.DatastoreValidationException
A UnexpectedColumnException is thrown if an unexpected column is
encountered in the database during schema validation.
- Version:
- $Revision: 1.3 $
- See Also:
- Serialized Form
| Fields inherited from class org.datanucleus.store.exceptions.DatastoreValidationException |
LOCALISER |
| Methods inherited from class org.datanucleus.exceptions.NucleusException |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
UnexpectedColumnException
public UnexpectedColumnException(String table_name,
String column_name,
String schema_name,
String catalog_name)
- Constructs a unexpected column exception.
- Parameters:
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 name
Copyright © 2012. All Rights Reserved.