com.ibm.websphere.security.auth
Class WSLoginFailedException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
com.ibm.websphere.security.auth.WSLoginFailedException
All implemented interfaces:
java.io.Serializable
- public class WSLoginFailedException
- extends javax.security.auth.login.LoginException
See Also:
Constructor Summary
Constructor and Description |
---|
WSLoginFailedException(java.lang.String errorMessage)
A constructor that accepts an error message.
|
Method Summary
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
WSLoginFailedException
- public WSLoginFailedException(java.lang.String errorMessage)
Parameters:
errorMessage
- An error message.
A constructor that accepts an error message. The error message can be retrieved using the getMessage() API.