public class CORBAHelpers extends Object
Constructor and Description |
---|
CORBAHelpers() |
Modifier and Type | Method and Description |
---|---|
static SystemException |
systemException(Exception e,
CompletionStatus completed)
Translates a Java exception into a CORBA sytem exception with the
specified completion status.
|
public static final SystemException systemException(Exception e, CompletionStatus completed)
e
- an exception;completed
- the completion status of the new exception.