com.pcbsys.nirvana.client.nStoreDeletedException Class Reference

This exceptions is raised when a store deletion occurs on the realm we are connected to. More...

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

Public Member Functions

nAbstractChannel getStore ()
 This is the affected store by this exception, it is no longer valid for use. More...
 
 nStoreDeletedException (String msg, nAbstractChannel store)
 The constructor of the store deletion, internal use only.
 
- 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

This exceptions is raised when a store deletion occurs on the realm we are connected to.

Member Function Documentation

nAbstractChannel com.pcbsys.nirvana.client.nStoreDeletedException.getStore ( )

This is the affected store by this exception, it is no longer valid for use.

Returns
the affected store