org.objectweb.carol.rmi.exception
Class RmiUtility
java.lang.Object
org.objectweb.carol.rmi.exception.RmiUtility
public class RmiUtility
extends java.lang.Object
Utility class for the rmi exceptions management
- Benoit Pelletier
static void | rethrowRmiException(Exception e) - check if the exception have to be mapped to a protocol exception
if yes, throw the new one
|
rethrowRmiException
public static void rethrowRmiException(Exception e)
check if the exception have to be mapped to a protocol exception
if yes, throw the new one
e
- exception to process