org.apache.struts.examples.mailreader
Class ExpiredPasswordException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.apache.struts.examples.mailreader.ExpiredPasswordException
All Implemented Interfaces:
java.io.Serializable

public class ExpiredPasswordException
extends java.lang.IllegalArgumentException

Example of an application-specific exception for which a handler can be configured.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ExpiredPasswordException(java.lang.String username)
          Construct a new instance of this exception for the specified username.
 
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(java.lang.String username)
Construct a new instance of this exception for the specified username.

Parameters:
username - Username whose password has expired


Copyright © 2003-2004 - The Apache Software Foundation