jrunx.persistence.greylock
Class DuplicateInstanceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.DBException
                    |
                    +--jrunx.persistence.greylock.ObjectPersistenceException
                          |
                          +--jrunx.persistence.greylock.DuplicateInstanceException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateInstanceException
extends ObjectPersistenceException

Instance already exists: {id}

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
DuplicateInstanceException(java.lang.String id, java.lang.String typeName)
           
DuplicateInstanceException(java.lang.String id, java.lang.String typeName, java.lang.Throwable th)
           
 
Methods inherited from class jrunx.persistence.greylock.ObjectPersistenceException
getId, getTypeName, setId, setTypeName
 
Methods inherited from class jrunx.persistence.greylock.DBException
getRootException
 
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

DuplicateInstanceException

public DuplicateInstanceException(java.lang.String id,
                                  java.lang.String typeName)

DuplicateInstanceException

public DuplicateInstanceException(java.lang.String id,
                                  java.lang.String typeName,
                                  java.lang.Throwable th)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.