public final class RemoteExceptionUtils
extends java.lang.Object
RemoteExceptionUtils
- Utility class for handling of exceptions occurring during administrative RMI invocations.Modifier and Type | Method and Description |
---|---|
static java.rmi.RemoteException |
convertException(java.lang.Exception e)
Converts given exception to a
RemoteException for safe passing through RMI marshaling stack. |