Class SaRMIAuthenticationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SaRMILicenseNotAllowedException, SaRMIPasswordExpiredException

public class SaRMIAuthenticationException extends SaRMIBaseException
Authentication exceptions which may occur in the following situations. //Authentication
  • "RMI Wrapper Instance for this key does not exist."
  • "system failure during logon process",
  • "user does not exist",
  • "wrong password",
  • "user account is inactive",
  • "no current user for automatic login found",
  • "client was not supplied",
  • "no licenses available for login",
  • "user account is already being used",
  • "invalid client kind",
  • "user is not logged in".
  • "authentication's server IP does not match",
  • "authentication's port number does not match",
  • "authentication contains invalid token address",
  • "mandant "mandantName" doesn't exist".
    //Access rights
  • "insufficient rights for accessing document",
  • "flags for document access could not be determined",
    //GetUserIDs
  • "SYSACLUSERLIST column not found in definition",
  • "column SYSACLUSERLIST has invalid type",
  • Author:
    lav
    See Also:
    • Constructor Details

      • SaRMIAuthenticationException

        public SaRMIAuthenticationException()
        constructs SaRMIAuthentificationException.
      • SaRMIAuthenticationException

        public SaRMIAuthenticationException(String s)
        constructs SaRMIAuthentificationException with the detailed message.
        Parameters:
        s - error message
      • SaRMIAuthenticationException

        public SaRMIAuthenticationException(String s, Throwable cause)
        constructs SaRMIAuthentificationException with the detailed message and nested exception.
        Parameters:
        s - Message
        cause - Throwable