jrunx.persistence.greylock
Class InstanceForge.DeleteRequiredPropertyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrunx.persistence.greylock.DBException
|
+--jrunx.persistence.greylock.InstanceForge.DeleteRequiredPropertyException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- InstanceForge
- public class InstanceForge.DeleteRequiredPropertyException
- extends DBException
Required property can not be deleted: {colName}
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 |
InstanceForge.DeleteRequiredPropertyException
public InstanceForge.DeleteRequiredPropertyException(java.lang.String typeName,
java.lang.String colName)
InstanceForge.DeleteRequiredPropertyException
public InstanceForge.DeleteRequiredPropertyException(java.lang.String typeName,
java.lang.String colName,
java.lang.Throwable th)
getTypeName
public java.lang.String getTypeName()
getColName
public java.lang.String getColName()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.