org.melati.poem
Class DeletionIntegrityPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.DeletionIntegrityPoemException
- All Implemented Interfaces:
- Serializable
public class DeletionIntegrityPoemException
- extends PoemException
Thrown when an attempt is made to delete a Persistent
which is
referred to by others and where the IntegrityFix
is
prevent.
- Author:
- WilliamC At paneris.org
- See Also:
- Serialized Form
object
public Persistent object
- The Persistent that we are attempting to delete.
references
public Enumeration references
- References to our Persistent.
DeletionIntegrityPoemException
public DeletionIntegrityPoemException(Persistent object,
Enumeration references)
- Constructor.
toString
public String toString()
- Overrides:
toString
in class Throwable
- Returns:
- A description.
Copyright © 2000-2010 PanEris. All Rights Reserved.