10. CORBA System and User Defined Exceptions
10 CORBA System and User Defined Exceptions
10.1 System Exceptions
Orber
, or any other ORB
, may raise a System Exceptions
. These exceptions contain status- and minor-fields and may not appear in the operations raises exception IDL-definition.
Status Field
The status field indicates if the request was completed or not and will be assigned one of the following Erlang atoms:
Status | Description |
'COMPLETED_YES' | The operation was invoked on the target object but an error occurred after the object replied. This occur, for example, if a server replies but Orber is not able to marshal and send the reply to the client ORB. |
'COMPLETED_NO' | Orber failed to invoke the operation on the target object. This occur, for example, if the object n
|