org.apache.struts.examples.mailreader
Class ExpiredPasswordException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--org.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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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