org.objectweb.carol.rmi.exception

Class RmiUtility


public class RmiUtility
extends java.lang.Object

Utility class for the rmi exceptions management

Author:
Benoit Pelletier

Method Summary

static void
rethrowRmiException(Exception e)
check if the exception have to be mapped to a protocol exception if yes, throw the new one

Method Details

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

Parameters:
e - exception to process