Class ConnectorExceptions
java.lang.Object
com.saperion.connector.exceptions.ConnectorExceptions
The Class ConnectorExceptions.
Exception class for @link
- wrong RMI Version
- user not logged on
- missing connection
Exception class for @link
SaClassicConnector connection errors like - wrong RMI Version
- user not logged on
- missing connection
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidthrowNotLoggedOn(Throwable cause) static voidthrowSystemException(String message) static voidthrowSystemException(String message, Throwable cause) static voidthrowSystemException(Throwable cause) static void
-
Method Details
-
throwMissingConnection
- Throws:
SaSystemException
-
throwWrongRMIVersion
- Throws:
SaSystemException
-
throwNotLoggedOn
- Throws:
SaAuthenticationException
-
throwNotLoggedOn
- Throws:
SaAuthenticationException
-
throwSystemException
- Throws:
SaSystemException
-
throwSystemException
- Throws:
SaSystemException
-
throwSystemException
- Throws:
SaSystemException
-