|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.david.libs.helpers.CORBAHelpers
This class contains an helper methods to translate Java exceptions into CORBA system exceptions.
Constructor Summary | |
CORBAHelpers()
|
Method Summary | |
static org.omg.CORBA.SystemException |
systemException(java.lang.Exception e,
org.omg.CORBA.CompletionStatus completed)
Translates a Java exception into a CORBA sytem exception with the specified completion status. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CORBAHelpers()
Method Detail |
public static final org.omg.CORBA.SystemException systemException(java.lang.Exception e, org.omg.CORBA.CompletionStatus completed)
e
- an exception;completed
- the completion status of the new exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |