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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
IntegrityConstraintException()
           
IntegrityConstraintException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

IntegrityConstraintException

public IntegrityConstraintException()

IntegrityConstraintException

public IntegrityConstraintException(java.lang.String s)