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 ModuleException
 
Example of an application-specific exception for which a handler
 can be configured.
- See Also:
 - Serialized Form
 
 
 
 
 
 
| 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 © 2000-2008 Apache Software Foundation. All Rights Reserved.