Create a new LoginException object with the given messageparamThe message indicating why authentication failed. super(message);
super(message);
Create a new LoginException object with the given authentication value.paramThe AuthenticationStatus object super(localStrings.getLocalString("enterprise.security.login_failed", "Login Failed.")); status = as;
super(localStrings.getLocalString("enterprise.security.login_failed", "Login Failed.")); status = as;
Returns the status of the Authentication. return status;
return status;