com.ibm.websphere.security.auth

Class WSLoginFailedException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.security.GeneralSecurityException
  5. extended byjavax.security.auth.login.LoginException
  6. extended bycom.ibm.websphere.security.auth.WSLoginFailedException
All implemented interfaces:
java.io.Serializable

  1. public class WSLoginFailedException
  2. extends javax.security.auth.login.LoginException
This exception is thrown whenever authentication fails.
See Also:
Serialized Form

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

  1. public WSLoginFailedException(java.lang.String errorMessage)

A constructor that accepts an error message. The error message can be retrieved using the getMessage() API.

Parameters:
errorMessage - An error message.