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, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2020 Hyland Software Germany GmbH. All rights reserved.