org.objectweb.carol.rmi.exception
Class RmiUtility

java.lang.Object
  extended byorg.objectweb.carol.rmi.exception.RmiUtility

public class RmiUtility
extends java.lang.Object

Utility class for the rmi exceptions management

Author:
Benoit Pelletier

Method Summary
static void rethrowRmiException(java.lang.Exception e)
          check if the exception have to be mapped to a protocol exception if yes, throw the new one
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

rethrowRmiException

public static void rethrowRmiException(java.lang.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