public class WrongPrimaryKeyException
extends org.datanucleus.exceptions.DatastoreValidationException
Column,
Serialized Form| Constructor 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, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic 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 © 2019. All rights reserved.