org.apache.struts.webapp.example
Class ExpiredPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts.util.ModuleException
org.apache.struts.webapp.example.ExpiredPasswordException
- All Implemented Interfaces:
- Serializable
- public class ExpiredPasswordException
- extends org.apache.struts.util.ModuleException
Example of an application-specific exception for which a handler
can be configured.
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.util.ModuleException |
error, message, property |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class org.apache.struts.util.ModuleException |
getActionMessage, getError, getProperty, setProperty |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExpiredPasswordException
public ExpiredPasswordException(String username)
- Construct a new instance of this exception for the specified username.
- Parameters:
username
- Username whose password has expired
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.