Package com.saperion.rmi.serverexception
Class SaRMISapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.saperion.rmi.serverexception.SaRMIBaseException
com.saperion.rmi.serverexception.SaRMISapException
- All Implemented Interfaces:
Serializable
Exception thrown by checkSapUrl to indicate an error in the RLINK server.
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail
-
Constructor Summary
ConstructorsConstructorDescriptionSaRMISapException
(String message, SapError error) SaRMISapException
(String message, SapError error, Throwable cause) -
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
-
SaRMISapException
- Parameters:
message
- error message
-
SaRMISapException
- Parameters:
message
- error messagecause
- exception cause
-
-
Method Details
-
getError
- Returns:
- the
SapError
that caused this exception
-