com.pcbsys.nirvana.client.nRequestTimedOutException Class Reference

When the maximum time the client API will wait for a response to a specific request from the Nirvana realm, this exception is thrown. More...

Inheritance diagram for com.pcbsys.nirvana.client.nRequestTimedOutException:
com.pcbsys.nirvana.client.nBaseClientException

Public Member Functions

 nRequestTimedOutException ()
 Default Constructor.
 
 nRequestTimedOutException (String message)
 Constructs a new nRequestTimedOutException with the specified message. More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.client.nBaseClientException
final String getErrorCode ()
 Returns the error code for this exception. More...
 
int getID ()
 Returns the ID of this exception. More...
 
 nBaseClientException (String msg)
 Creates the exception with the specified message. More...
 
 nBaseClientException (String msg, int _ID, String _errorCode)
 Creates the exception with the specified message. More...
 
 nBaseClientException (String msg, int _ID, String _errorCode, Throwable cause)
 Creates the exception with the specified message and cause. More...
 

Detailed Description

When the maximum time the client API will wait for a response to a specific request from the Nirvana realm, this exception is thrown.

The default value is 60 secs and typically if you get this exception the cause would be:

  1. There is a protocol mismatch between the client library in use and server you are connected to.
  1. The realm is really so busy that has not managed to respond to your request within the specified maximum interval.
See Also
nSession
nChannel
nTransaction

Constructor & Destructor Documentation

com.pcbsys.nirvana.client.nRequestTimedOutException.nRequestTimedOutException ( String  message)

Constructs a new nRequestTimedOutException with the specified message.

Parameters
messagea string message to specify the nature of the error