public class WrongPrimaryKeyException
extends org.datanucleus.store.exceptions.DatastoreValidationException
Column
,
Serialized FormConstructor and Description |
---|
WrongPrimaryKeyException(String table_name,
String expected_pk,
String actual_pks)
Constructs a wrong primary key exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public WrongPrimaryKeyException(String table_name, String expected_pk, String actual_pks)
table_name
- The table having the wrong primary key.expected_pk
- The expected primary key of the table.actual_pks
- The actual primary key(s) of the table.Copyright © 2017. All rights reserved.