org.jaffa.exceptions
Class ComponentExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.ApplicationException
org.jaffa.exceptions.ComponentExpiredException
- All Implemented Interfaces:
- Serializable
- public class ComponentExpiredException
- extends ApplicationException
This ApplicationException can be thrown by an application if an expired component is accessed. This is possible when a user uses the back browser-button and invokes actions on an expired/closed component.
- See Also:
- Serialized Form
ComponentExpiredException
public ComponentExpiredException()
- Constructs a new DomainObjectChangedException.
ComponentExpiredException
public ComponentExpiredException(Throwable cause)
- Constructs a new DomainObjectChangedException.
- 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.
Copyright © 2002-2004 JAFFA Project.