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
    This exception is thrown whenever authentication fails.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      WSLoginFailedException(java.lang.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
      • 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.