com.ibm.websphere.security.auth
Class WSLoginFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.security.auth.login.LoginException
                  extended by com.ibm.websphere.security.auth.WSLoginFailedException
All Implemented Interfaces:
java.io.Serializable

public class WSLoginFailedException
extends javax.security.auth.login.LoginException

This exception is thrown whenever authentication fails.

See Also:
Serialized Form

Constructor Summary
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)

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

Parameters:
errorMessage - An error message.