org.apache.struts.apps.mailreader.dao
Class ExpiredPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts.apps.mailreader.dao.ExpiredPasswordException
- All Implemented Interfaces:
- Serializable
public class ExpiredPasswordException
- extends Exception
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.