litebase
Class PrimaryKeyViolationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--litebase.PrimaryKeyViolationException

public class PrimaryKeyViolationException
extends java.lang.RuntimeException

This exception may be thrown by LitebaseConnection.executeUpdate, when an update in a table can not be completed because it violates the primary key rule. It is an unchecked Exception (can be thrown at any time).

See Also:
Serialized Form

Constructor Summary
PrimaryKeyViolationException()
           
PrimaryKeyViolationException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimaryKeyViolationException

public PrimaryKeyViolationException()

PrimaryKeyViolationException

public PrimaryKeyViolationException(java.lang.String s)