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