jora
Class NoPrimaryKeyError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--jora.NoPrimaryKeyError

public class NoPrimaryKeyError
extends java.lang.Error

Error raised when unpdate/remove operation is invoked for the table with no correct primary key defined (key was not specified or type of the key component is not atomic).

See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait