org.jaffa.exceptions
Class RelatedDomainObjectFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaffa.exceptions.CustomException
              extended byorg.jaffa.exceptions.ApplicationException
                  extended byorg.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

Field Summary
 
Fields inherited from class org.jaffa.exceptions.CustomException
m_arguments
 
Constructor Summary
RelatedDomainObjectFoundException(String domainObject)
          Constructs a new RelatedDomainObjectFoundException.
RelatedDomainObjectFoundException(String domainObject, Throwable cause)
          Constructs a new RelatedDomainObjectFoundException.
 
Methods inherited from class org.jaffa.exceptions.CustomException
getArguments, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.