Package 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:
Serializable
This exception is thrown whenever authentication fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWSLoginFailedException
(String errorMessage) A constructor that accepts an error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WSLoginFailedException
A constructor that accepts an error message. The error message can be retrieved using the getMessage() API.
- Parameters:
errorMessage
- An error message.
-