jrunx.persistence.greylock
Class ObjectPersistenceException

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

public abstract class ObjectPersistenceException
extends DBException

Abstract

See Also:
Serialized Form

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

ObjectPersistenceException

public ObjectPersistenceException()

ObjectPersistenceException

public ObjectPersistenceException(java.lang.Throwable th)

ObjectPersistenceException

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

ObjectPersistenceException

public ObjectPersistenceException(java.lang.String id,
                                  java.lang.String typeName,
                                  java.lang.Throwable th)
Method Detail

getId

public java.lang.String getId()

getTypeName

public java.lang.String getTypeName()

setId

public void setId(java.lang.String id)

setTypeName

public void setTypeName(java.lang.String typeName)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.