public class RemoteServicesRuntimeException extends ITIMRuntimeException
| Constructor and Description |
|---|
RemoteServicesRuntimeException(java.lang.String message,
java.lang.Object[] tokenValues) |
RemoteServicesRuntimeException(java.lang.String message,
java.lang.Object[] tokenValues,
java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
static RemoteServicesRuntimeException |
wrapException(java.lang.Throwable e)
Helper method for wrapping a caught Exception within a new
ExtensionRuntimeException.
|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, toXMLpublic RemoteServicesRuntimeException(java.lang.String message,
java.lang.Object[] tokenValues,
java.lang.Throwable throwable)
public RemoteServicesRuntimeException(java.lang.String message,
java.lang.Object[] tokenValues)
public static RemoteServicesRuntimeException wrapException(java.lang.Throwable e)
e - a caught Exception object which will be wrapped in the
new ExtensionRuntimeException