Public Member Functions | |
void | throwOriginalAcsJACSErrTest0Ex () throws AcsJACSErrTest0Ex |
void | throwACSErrTest0Ex () throws ACSErrTest0Ex |
void | throwWrapperAcsJACSErrTest0Ex (boolean extractErrorTraceAutomatically) throws AcsJACSErrTest0Ex |
void | throwConvertedAcsJACSErrTest0Ex () throws AcsJACSErrTest0Ex |
|
This method can be seen as an example for a CORBA/remote method, such as the implementation of a method from a Java component's interface for which in IDL the exception The AcsJ-style exception is converted to its CORBA-equivalent, but no new exception is added to the chain (ErrorTrace).
|
|
Represents an implementation method of some client application that calls a remote method, here throwACSErrTest0Ex().
The
Once caught on the client side, the remote exception is converted to an
|
|
Represents an implementation method that does not rely on any other remote method (lowest level). Therefore, the thrown
|
|
Represents an implementation method of some client application that calls a remote method, here throwACSErrTest0Ex().
The
Once caught on the client side, the remote exception is wrapped by a new
|