org.apache.struts.apps.mailreader.dao
Class ExpiredPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ExpiredPasswordException(String username)
          Construct a new instance of this exception for the specified username.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.