Package com.saperion.rmi.serverexception
Class SaRMIAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.rmi.RemoteException
-
- com.saperion.rmi.serverexception.SaRMIBaseException
-
- com.saperion.rmi.serverexception.SaRMIAuthenticationException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMIAuthenticationException()
constructsSaRMIAuthentificationException
.SaRMIAuthenticationException(java.lang.String s)
constructsSaRMIAuthentificationException
with the detailed message.SaRMIAuthenticationException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMIAuthentificationException
with the detailed message and nested exception.
-
Method Summary
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMIAuthenticationException
public SaRMIAuthenticationException()
constructsSaRMIAuthentificationException
.
-
SaRMIAuthenticationException
public SaRMIAuthenticationException(java.lang.String s)
constructsSaRMIAuthentificationException
with the detailed message.- Parameters:
s
- error message
-
SaRMIAuthenticationException
public SaRMIAuthenticationException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMIAuthentificationException
with the detailed message and nested exception.- Parameters:
s
- Messagecause
- Throwable
-
-