|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOFatalException
javax.jdo.JDOFatalInternalException
org.jpox.store.rdbms.exceptions.PrimaryKeyColumnNotAllowedException
public class PrimaryKeyColumnNotAllowedException
A PrimaryKeyColumnNotAllowedException is thrown if an attempt is made to add a primary key column to a view.
Field Summary | |
---|---|
protected static Localiser |
LOCALISER
|
Constructor Summary | |
---|---|
PrimaryKeyColumnNotAllowedException(java.lang.String viewName,
java.lang.String columnName)
Constructs a primary key not allowed exception. |
Method Summary |
---|
Methods inherited from class javax.jdo.JDOException |
---|
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final Localiser LOCALISER
Constructor Detail |
---|
public PrimaryKeyColumnNotAllowedException(java.lang.String viewName, java.lang.String columnName)
viewName
- Name of the view being initialized.columnName
- Name of the column having the duplicate name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |