org.objectweb.david.libs.helpers
Class CORBAHelpers
java.lang.Object
|
+--org.objectweb.david.libs.helpers.CORBAHelpers
- public class CORBAHelpers
- extends Object
This class contains an helper methods to translate Java exceptions
into CORBA system exceptions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CORBAHelpers
public CORBAHelpers()
systemException
public static final SystemException systemException(Exception e,
CompletionStatus completed)
- Translates a Java exception into a CORBA sytem exception with the
specified completion status.
- Parameters:
e - an exception;completed - the completion status of the new exception.- Returns:
- a CORBA system exception.