MultipleDomainObjectsFoundException(String domainObject, Throwable cause) Constructs a new MultipleDomainObjectsFoundException.
Parameters: domainObject - the domain object. Parameters: cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
Constructor Detail
MultipleDomainObjectsFoundException
public MultipleDomainObjectsFoundException(String domainObject)(Code)
Constructs a new MultipleDomainObjectsFoundException.
Parameters: domainObject - the domain object.
MultipleDomainObjectsFoundException
public MultipleDomainObjectsFoundException(String domainObject, Throwable cause)(Code)
Constructs a new MultipleDomainObjectsFoundException.
Parameters: domainObject - the domain object. 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