org.objectweb.jeremie.helpers
Class CORBAHelpers
public class CORBAHelpers
This class contains an helper methods to translate Java exceptions
into CORBA system exceptions.
static SystemException | systemException(Exception e, CompletionStatus completed) - Translates a Java exception into a CORBA sytem exception with the
specified completion status.
|
systemException
public static final SystemException systemException(Exception e,
CompletionStatus completed)
Translates a Java exception into a CORBA sytem exception with the
specified completion status.
e
- an exception;completed
- the completion status of the new exception.
- a CORBA system exception.