org.apache.cayenne.access
Class DeleteDenyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.DeleteDenyException
org.apache.cayenne.access.DeleteDenyException
- All Implemented Interfaces:
- java.io.Serializable
Deprecated. since 1.2 moved to org.apache.cayenne package.
public class DeleteDenyException
- extends DeleteDenyException
An exception thrown during an attempt to delete an object that has a relationship to a
non-null related object, that has a DENY delete rule.
- Author:
- Craig Miskell
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeleteDenyException
public DeleteDenyException()
- Deprecated.
DeleteDenyException
public DeleteDenyException(Persistent object,
java.lang.String relationship,
java.lang.String reason)
- Deprecated.
DeleteDenyException
public DeleteDenyException(java.lang.String message)
- Deprecated.
Copyright © 2001-2006 Apache.org All Rights Reserved.