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:
Serializable
- Direct Known Subclasses:
SaRMILicenseNotAllowedException
,SaRMIPasswordExpiredException
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",
//Access rights
//GetUserIDs
- Author:
- lav
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail
-
Constructor Summary
ConstructorsConstructorDescriptionconstructsSaRMIAuthentificationException
.constructsSaRMIAuthentificationException
with the detailed message.SaRMIAuthenticationException
(String s, Throwable cause) constructsSaRMIAuthentificationException
with the detailed message and nested exception. -
Method Summary
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaRMIAuthenticationException
public SaRMIAuthenticationException()constructsSaRMIAuthentificationException
. -
SaRMIAuthenticationException
constructsSaRMIAuthentificationException
with the detailed message.- Parameters:
s
- error message
-
SaRMIAuthenticationException
constructsSaRMIAuthentificationException
with the detailed message and nested exception.- Parameters:
s
- Messagecause
- Throwable
-