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