RelatedDomainObjectFoundException(String domainObject, Throwable cause) Constructs a new RelatedDomainObjectFoundException.
Parameters: domainObject - the domain object which was found. Parameters: cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
Constructor Detail
RelatedDomainObjectFoundException
public RelatedDomainObjectFoundException(String domainObject)(Code)
Constructs a new RelatedDomainObjectFoundException.
Parameters: domainObject - the domain object which was found.
RelatedDomainObjectFoundException
public RelatedDomainObjectFoundException(String domainObject, Throwable cause)(Code)
Constructs a new RelatedDomainObjectFoundException.
Parameters: domainObject - the domain object which was found. Parameters: 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.
Fields inherited from org.jaffa.exceptions.CustomException