com.sptci.prevayler
Class DeleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sptci.prevayler.PrevalentException
com.sptci.prevayler.ConstraintException
com.sptci.prevayler.DeleteException
- All Implemented Interfaces:
- Serializable
public class DeleteException
- extends ConstraintException
An exception used to indicate that a prevalent object cannot be deleted
from the system since other prevalent objects hold references to it.
© Copyright 2008 Sans Pareil
Technologies, Inc.
- Version:
- $Id: DeleteException.java 4345 2008-06-30 21:22:03Z rakesh $
- Author:
- Rakesh Vidyadharan 2008-05-28
- See Also:
- Serialized Form
|
Constructor Summary |
DeleteException(PrevalentObject object)
Create a new instance of the exception for attempting to delete the
specified prevalent object. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
PATTERN
private static final String PATTERN
- The pattern for the message to display for the exception.
- See Also:
- Constant Field Values
DeleteException
public DeleteException(PrevalentObject object)
- Create a new instance of the exception for attempting to delete the
specified prevalent object.
- Parameters:
object - The prevalent object that was to be deleted.