org.apache.struts.webapp.example
Class ExpiredPasswordException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.struts.util.ModuleException
              extended byorg.apache.struts.webapp.example.ExpiredPasswordException
All Implemented Interfaces:
Serializable

public class ExpiredPasswordException
extends org.apache.struts.util.ModuleException

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.util.ModuleException
error, message, property
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ExpiredPasswordException(String username)
          Construct a new instance of this exception for the specified username.
 
Methods inherited from class org.apache.struts.util.ModuleException
getActionMessage, getError, getProperty, setProperty
 
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 © 1999-2005 Apache Software Foundation. All Rights Reserved.