arlut.csd.ganymede
Class IntegrityConstraintException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--arlut.csd.ganymede.IntegrityConstraintException
All Implemented Interfaces:
java.io.Serializable

public class IntegrityConstraintException
extends java.lang.RuntimeException

This is a Ganymede-specific RuntimeException that can be thrown by the server if a piece of the server's code encounters a condition that violates the fundamental integrity constraint guarantees of the Ganymede database.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IntegrityConstraintException()
           
IntegrityConstraintException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegrityConstraintException

public IntegrityConstraintException()

IntegrityConstraintException

public IntegrityConstraintException(java.lang.String s)