Package com.ibm.portal.auth.exceptions

This package contains exceptions related to the portal authentication component.

See:
          Description

Exception Summary
AuthenticationException Root exception for authentication related exceptions.
AuthenticationFailedException This Exception is thrown if the authentication against the User Registry or the WAS authentication failed, typically because of a wrong user id/password combination.
LoginException Base exception for all login exceptions.
LogoutException Base exception for all logout exceptions.
PasswordInvalidException This exception is thrown when the password is not valid.
PortletLoginDisabledException This exception is thrown when the login portlet service is called although screen login is enabled.
SessionTimeOutException This exception is thrown when the user trying to log in did not log out the last time he accessed Portal.
SessionValidationException Base exception for all session validation exceptions.
SystemLoginException This exception is thrown when an inrecoverable problem occurred within Portal during Login.
UserAlreadyLoggedInException This exception is thrown when the user is already logged in while performing a new login.
UserIDInvalidException This exception is thrown when the userid is not valid.
UserSessionTimeoutException Generic base exception for all exceptions occuring during the handling of the session timeout event for a particular user.
 

Package com.ibm.portal.auth.exceptions Description

This package contains exceptions related to the portal authentication component.