|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.turbine.util.TurbineException org.apache.jetspeed.services.security.JetspeedSecurityException org.apache.jetspeed.services.security.LoginException org.apache.jetspeed.services.security.FailedLoginException
Signals that user authentication failed.
This exception is thrown by security providers if authentication failed. For example, the provider throws this exception if the user entered an incorrect password.
Constructor Summary | |
FailedLoginException()
Constructs a FailedLoginException with no detail message. |
|
FailedLoginException(java.lang.String msg)
Constructs a FailedLoginException with the specified detail message. |
|
FailedLoginException(java.lang.String msg,
java.lang.Throwable nested)
Construct a nested exception. |
Methods inherited from class org.apache.turbine.util.TurbineException |
getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FailedLoginException()
public FailedLoginException(java.lang.String msg)
msg
- the detail message.public FailedLoginException(java.lang.String msg, java.lang.Throwable nested)
msg
- The detail message.nested
- the exception or error that caused this exception
to be thrown.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |