tiger
Class ObjectAlreadyBoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--tiger.TigerException
                          |
                          +--tiger.ObjectAlreadyBoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectAlreadyBoundException
extends TigerException

See Also:
Serialized Form

Constructor Summary
ObjectAlreadyBoundException(ID anID1, ID anID2)
           
ObjectAlreadyBoundException(PersistObject aObj1, PersistObject aObj2)
           
ObjectAlreadyBoundException(PersistObject aObj1, PersistObject aObj2, PersistObject aObj3)
           
 
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

ObjectAlreadyBoundException

public ObjectAlreadyBoundException(PersistObject aObj1,
                                   PersistObject aObj2)

ObjectAlreadyBoundException

public ObjectAlreadyBoundException(ID anID1,
                                   ID anID2)

ObjectAlreadyBoundException

public ObjectAlreadyBoundException(PersistObject aObj1,
                                   PersistObject aObj2,
                                   PersistObject aObj3)