FileDocCategorySizeDatePackage
ExpiredPasswordException.javaAPI DocExample3486Sun Mar 07 19:48:42 GMT 2004org.apache.struts.webapp.example

ExpiredPasswordException

public class ExpiredPasswordException extends org.apache.struts.util.ModuleException
Example of an application-specific exception for which a handler can be configured.

Fields Summary
Constructors Summary
public ExpiredPasswordException(String username)
Construct a new instance of this exception for the specified username.

param
username Username whose password has expired

        super("error.password.expired", username);
    
Methods Summary