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 SummaryFields inherited from class java.rmi.RemoteExceptiondetail
- 
Constructor SummaryConstructorsConstructorDescriptionconstructsSaRMIAuthentificationException.constructsSaRMIAuthentificationExceptionwith the detailed message.SaRMIAuthenticationException(String s, Throwable cause) constructsSaRMIAuthentificationExceptionwith the detailed message and nested exception.
- 
Method SummaryMethods inherited from class com.saperion.rmi.serverexception.SaRMIBaseExceptiongetStackTraceStringMethods inherited from class java.rmi.RemoteExceptiongetCause, getMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SaRMIAuthenticationExceptionpublic SaRMIAuthenticationException()constructsSaRMIAuthentificationException.
- 
SaRMIAuthenticationExceptionconstructsSaRMIAuthentificationExceptionwith the detailed message.- Parameters:
- s- error message
 
- 
SaRMIAuthenticationExceptionconstructsSaRMIAuthentificationExceptionwith the detailed message and nested exception.- Parameters:
- s- Message
- cause- Throwable
 
 
-