jrunx.persistence.greylock
Class InstanceForge.EmbeddedInstanceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.DBException
                    |
                    +--jrunx.persistence.greylock.InstanceForge.EmbeddedInstanceNotFoundException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
InstanceForge

public class InstanceForge.EmbeddedInstanceNotFoundException
extends DBException

Embedded instance not found: {id} Type: {typeName} Property: {propName}

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
InstanceForge.EmbeddedInstanceNotFoundException(long id, java.lang.String typeName, java.lang.String propName)
           
InstanceForge.EmbeddedInstanceNotFoundException(long id, java.lang.String typeName, java.lang.String propName, java.lang.Throwable th)
           
 
Method Summary
 long getId()
           
 java.lang.String getPropName()
           
 java.lang.String getTypeName()
           
 
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

InstanceForge.EmbeddedInstanceNotFoundException

public InstanceForge.EmbeddedInstanceNotFoundException(long id,
                                                       java.lang.String typeName,
                                                       java.lang.String propName)

InstanceForge.EmbeddedInstanceNotFoundException

public InstanceForge.EmbeddedInstanceNotFoundException(long id,
                                                       java.lang.String typeName,
                                                       java.lang.String propName,
                                                       java.lang.Throwable th)
Method Detail

getId

public long getId()

getTypeName

public java.lang.String getTypeName()

getPropName

public java.lang.String getPropName()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.