org.objectweb.carol.rmi.iiop.exception
Class IiopUtility

java.lang.Object
  extended byorg.objectweb.carol.rmi.iiop.exception.IiopUtility

public class IiopUtility
extends java.lang.Object

Utility class for rmi/iiop exceptions management

Author:
Benoit Pelletier

Method Summary
static void rethrowCorbaException(java.lang.Exception e)
          Map a java exception to a corba exception
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

rethrowCorbaException

public static void rethrowCorbaException(java.lang.Exception e)
Map a java exception to a corba exception

Parameters:
e - exception to process