jrunx.persistence.greylock
Class InstancePK.InvalidInstancePKException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrunx.persistence.greylock.InstancePK.InvalidInstancePKException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- InstancePK
- public class InstancePK.InvalidInstancePKException
- extends java.lang.Exception
Invalid instance primary key
Instance ID: {id}
Type: {typeName}
- See Also:
- Serialized Form
| 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 |
InstancePK.InvalidInstancePKException
public InstancePK.InvalidInstancePKException(java.lang.String instanceName,
java.lang.String typeName)
InstancePK.InvalidInstancePKException
public InstancePK.InvalidInstancePKException(java.lang.String pk)
getPk
public java.lang.String getPk()
getInstanceName
public java.lang.String getInstanceName()
getTypeName
public java.lang.String getTypeName()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.