com.pcbsys.nirvana.client.nBaseClientException Class Reference

This exception forms the base for all client exceptions. More...

Inheritance diagram for com.pcbsys.nirvana.client.nBaseClientException:
com.pcbsys.nirvana.client.nChannelAlreadyExistsException com.pcbsys.nirvana.client.nChannelAlreadySubscribedException com.pcbsys.nirvana.client.nChannelNotFoundException com.pcbsys.nirvana.client.nDataGroupDeletedException com.pcbsys.nirvana.client.nDataGroupIsReadOnlyException com.pcbsys.nirvana.client.nDuplicateJoinException com.pcbsys.nirvana.client.nExceededLimitException com.pcbsys.nirvana.client.nIllegalArgumentException com.pcbsys.nirvana.client.nIllegalChannelMode com.pcbsys.nirvana.client.nIllegalStateException com.pcbsys.nirvana.client.nNameAlreadyBoundException com.pcbsys.nirvana.client.nNameDoesNotExistException com.pcbsys.nirvana.client.nNameSpaceConflictException com.pcbsys.nirvana.client.nRealmAlreadyBoundException com.pcbsys.nirvana.client.nRealmInUseException com.pcbsys.nirvana.client.nRealmNotFoundException com.pcbsys.nirvana.client.nRealmUnreachableException com.pcbsys.nirvana.client.nRequestTimedOutException com.pcbsys.nirvana.client.nSecurityException com.pcbsys.nirvana.client.nSelectorParserException com.pcbsys.nirvana.client.nSessionAlreadyInitialisedException com.pcbsys.nirvana.client.nSessionNotConnectedException com.pcbsys.nirvana.client.nSessionPausedException com.pcbsys.nirvana.client.nStoreDeletedException com.pcbsys.nirvana.client.nTransactionException com.pcbsys.nirvana.client.nTransactionIncompleteException com.pcbsys.nirvana.client.nUnexpectedResponseException com.pcbsys.nirvana.client.nUnknownRemoteRealmException com.pcbsys.nirvana.client.nUnknownTransactionIdException com.pcbsys.nirvana.client.nUserNotSubscribedException

Public Member Functions

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

This exception forms the base for all client exceptions.

Constructor & Destructor Documentation

com.pcbsys.nirvana.client.nBaseClientException.nBaseClientException ( String  msg)

Creates the exception with the specified message.

Parameters
msgMessage string
com.pcbsys.nirvana.client.nBaseClientException.nBaseClientException ( String  msg,
int  _ID,
String  _errorCode 
)

Creates the exception with the specified message.

Parameters
msgMessage string
_IDID int
_errorCodeerrorCode string
com.pcbsys.nirvana.client.nBaseClientException.nBaseClientException ( String  msg,
int  _ID,
String  _errorCode,
Throwable  cause 
)

Creates the exception with the specified message and cause.

Parameters
msgMessage string
_IDID int
_errorCodeerrorCode string
causeexception instance containing original cause

Member Function Documentation

final String com.pcbsys.nirvana.client.nBaseClientException.getErrorCode ( )

Returns the error code for this exception.

nBaseClientExceptions contains all exception error code constants.

Returns
Error code for this exception
int com.pcbsys.nirvana.client.nBaseClientException.getID ( )

Returns the ID of this exception.

nExceptionFactory contains all exception ID constants.

Returns
ID of this exception