|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.struts.util.ModuleException
org.apache.struts.webapp.example2.ExpiredPasswordException
public class ExpiredPasswordException
Example of an application-specific exception for which a handler can be configured.
Field Summary |
---|
Fields inherited from class org.apache.struts.util.ModuleException |
---|
message, property |
Constructor Summary | |
---|---|
ExpiredPasswordException(java.lang.String username)
Construct a new instance of this exception for the specified username. |
Method Summary |
---|
Methods inherited from class org.apache.struts.util.ModuleException |
---|
getActionMessage, 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 |
---|
public ExpiredPasswordException(java.lang.String username)
username
- Username whose password has expired
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |