jrunx.persistence.greylock
Class InstanceForge.InvalidPrimaryKeyTypeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrunx.persistence.greylock.DBException
|
+--jrunx.persistence.greylock.InstanceForge.InvalidPrimaryKeyTypeException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- InstanceForge
- public static class InstanceForge.InvalidPrimaryKeyTypeException
- extends DBException
Invalid primary key type
Type: {typeName}
Column: {colName}
Invalid Primary Key Type: {primaryKeyTypeName}
- 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 |
InstanceForge.InvalidPrimaryKeyTypeException
public InstanceForge.InvalidPrimaryKeyTypeException(java.lang.String typeName,
java.lang.String colName,
java.lang.String primaryKeyTypeName)
InstanceForge.InvalidPrimaryKeyTypeException
public InstanceForge.InvalidPrimaryKeyTypeException(java.lang.String typeName,
java.lang.String colName,
java.lang.String primaryKeyTypeName,
java.lang.Throwable th)
getTypeName
public java.lang.String getTypeName()
getColName
public java.lang.String getColName()
getPrimaryKeyTypeName
public java.lang.String getPrimaryKeyTypeName()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.