Runtime tools : Channels components : Java Client/Server Messaging APIs : Reference : Exception codes
  
Exception codes
The following table lists the codes returned by the Client/Server Mechanism.
 
Exception code
Origin
Description
CSS00
Server side during receiving request
Session was not established due to a problem with the session ID
CSS01
Server side during receiving request
Client data from the request servlet cannot be read
CSS02
Server side during receiving request
Data parameters for the process cannot be obtained
CSS03
Server side during receiving request
Process requested by the client cannot be instantiated
CSS04
Server side during receiving request
Process context cannot be chained to the session context
CSS05
Server side during receiving request
Request format cannot be instantiated
CSS06
Server side during receiving request
Response data was not put into the context
CSS07
Server side during receiving request
Error occurred during the process execution
CSS08
Server side during sending response
Data cannot be formatted after the completed
CSS09
Server side during sending response
Data cannot be sent to the client
CSS10
Client side during sending request
Request data was not sent to the server
CSS11
Client side during sending request
Session was not established
CSS12
Client side during sending request
Request data was not formatted properly
CSS13
Client side during sending response
Response was not received from the server
CSS14
Client side during sending response
Reply formatter cannot be instantiated
CSS15
Client side during sending response
Response data was not unformatted properly
Go up to
Reference