Defines symbolic constants for errors that can occur during
server-side execution of a method call.
The following table lists the codes for server-side error
numbers defined in the JagORBServerErrNum enumeration.
User-defined IDL exceptions are not supported and are mapped to
error number 9000.
Table 4-3: JagORBServerErrNum error codes
Symbolic Error Code
|
Number
|
Description
|
jagSrvMethExcepErr
|
9000
|
The method implementation threw an user-defined
exception while executing on the Jaguar Server.
|
jagSrvMethInvalidErr
|
9001
|
The method name is either invalid or
is presently not defined in the component's interface.
|
jagSrvMethInvalidArgErr
|
9002
|
The invocation of the method on the Jaguar
Server failed because an invalid number of parameters was passed
or a parameter type mismatch occurred.
|
jagSrvMethNotImplErr
|
9003
|
The invocation of the method on the Jaguar
Server failed because the component does not implement the method.
|
jagSrvCompPermErr
|
9004
|
The invocation of the method on the Jaguar
Server failed because user does not have the permissions to instantiate the
component.
|
jagSrvCompDeployErr
|
9005
|
The invocation of the method on the Jaguar
Server failed because component implementation was not deployed
on the Jaguar Server.
|
jagSrvInternalErr
|
9006
|
The invocation of the method on the Jaguar
Server failed due a fatal internal error.
|
jagSrvArgCountErr
|
9007
|
The invocation of the method on the Jaguar
Server failed because an invalid parameter type was used by the
method.
|
jagSrvSrvConnectErr
|
9008
|
The requested operation failed since
the client could not to acquire connection to the Jaguar Server.
|
jagSrvConversionErr
|
9009
|
The invocation of the method on the Jaguar
Server failed due to a data conversion error.
|
jagSrvFreeMemErr
|
9010
|
The invocation of the method on the Jaguar
Server failed while releasing memory resources.
|
jagSrvIntfReposErr
|
9011
|
The invocation of the method on the Jaguar
Server failed while trying to access the interface repository.
|
jagSrvOutOfMemErr
|
9012
|
The invocation of the method on the Jaguar
Server failed while trying to acquire memory from the Operating System.
|
jagSrvOutOfResErr
|
9013
|
The invocation of the method on the Jaguar
Server failed since it could not acquire the necessary resources.
|
jagSrvSrvRespErr
|
9014
|
The invocation of the method on the Jaguar
Server failed because there was no valid response from the server.
|
jagSrvInvObjrefErr
|
9015
|
The invocation of the method on the Jaguar
Server failed because the object reference is invalid.
|