Package com.saperion.rmi.serverexception
Class SaRMILicenseNotAllowedException
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
com.saperion.rmi.serverexception.SaRMILicenseNotAllowedException
- All Implemented Interfaces:
- Serializable
This exception is thrown when a user logs on with a license that he is not allowed to use
 because of missing privileges.
- See Also:
- 
Field SummaryFields inherited from class java.rmi.RemoteExceptiondetail
- 
Constructor SummaryConstructorsConstructorDescriptionSaRMILicenseNotAllowedException(String errorMessage, int licenseType) Constructor.SaRMILicenseNotAllowedException(String errorMessage, Throwable cause, int licenseType) 
- 
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- 
SaRMILicenseNotAllowedExceptionConstructor.- Parameters:
- errorMessage- the error message that describes this exception
- licenseType- the type of license that was used in the failed logon-attempt
 
- 
SaRMILicenseNotAllowedException- Parameters:
- errorMessage- the error message that describes this exception
- cause- the exception that caused this exception
- licenseType- the type of license that was used in the failed logon-attempt
 
 
- 
- 
Method Details- 
getLicenseTypepublic int getLicenseType()- Returns:
- the license-type that was used in the failed logon-attempt
 
 
-