org.jaffa.exceptions
Class DomainObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.ApplicationException
org.jaffa.exceptions.DomainObjectNotFoundException
- All Implemented Interfaces:
- Serializable
- public class DomainObjectNotFoundException
- extends ApplicationException
This ApplicationException can be thrown by an application if a domain object is not found.
- See Also:
- Serialized Form
DomainObjectNotFoundException
public DomainObjectNotFoundException(String domainObject)
- Constructs a new DomainObjectNotFoundException.
- Parameters:
domainObject - the domain object which was not found.
DomainObjectNotFoundException
public DomainObjectNotFoundException(String domainObject,
Throwable cause)
- Constructs a new DomainObjectNotFoundException.
- Parameters:
domainObject - the domain object which was not 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.