public class SaRMIBaseException extends RemoteException
detail
Constructor and Description |
---|
SaRMIBaseException() |
SaRMIBaseException(String s) |
SaRMIBaseException(String s,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static String |
getStackTraceString(Throwable exception)
Converts the stack trace of the given exception to String.
|
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SaRMIBaseException()
public SaRMIBaseException(String s)
s
- exception messagepublic static String getStackTraceString(Throwable exception)
try {
...
} catch (SaJNIException e) {
throw new SaRMISystemException(SaRMISystemException.getStackTraceString(e));
}
exception
- exception to be convertedCopyright © 2016 SAPERION AG. All rights reserved.