org.jaffa.exceptions
Class RelatedDomainObjectFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.ApplicationException
org.jaffa.exceptions.RelatedDomainObjectFoundException
- All Implemented Interfaces:
- Serializable
- public class RelatedDomainObjectFoundException
- extends ApplicationException
This ApplicationException can be thrown by an application if a related domain object, having restricted constraint is found, when performing a delete.
- See Also:
- Serialized Form
RelatedDomainObjectFoundException
public RelatedDomainObjectFoundException(String domainObject)
- Constructs a new RelatedDomainObjectFoundException.
- Parameters:
domainObject - the domain object which was found.
RelatedDomainObjectFoundException
public RelatedDomainObjectFoundException(String domainObject,
Throwable cause)
- Constructs a new RelatedDomainObjectFoundException.
- Parameters:
domainObject - the domain object which was found.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.
Copyright © 2002-2004 JAFFA Project.