com.pcbsys.nirvana.nAdminAPI.nAdminIllegalStateException Class Reference

represents the exception class that is thrown when attempted operations is not allowed due to an invalid admin session state. More...

Inheritance diagram for com.pcbsys.nirvana.nAdminAPI.nAdminIllegalStateException:
com.pcbsys.nirvana.nAdminAPI.nBaseAdminException

Public Member Functions

 nAdminIllegalStateException ()
 Constructor for nAdminIllegalStateException.
 
 nAdminIllegalStateException (String message)
 Constructor for nAdminIllegalStateException. More...
 
 nAdminIllegalStateException (Throwable ex)
 Constructor for nAdminIllegalStateException. More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.nAdminAPI.nBaseAdminException
 nBaseAdminException ()
 Constructor for nBaseAdminException.
 
 nBaseAdminException (Throwable cause)
 Constructor for nBaseAdminException. More...
 
 nBaseAdminException (String msg)
 Constructor for nBaseAdminException. More...
 
 nBaseAdminException (String msg, Throwable cause)
 Constructor for nBaseAdminException. More...
 

Detailed Description

represents the exception class that is thrown when attempted operations is not allowed due to an invalid admin session state.

Constructor & Destructor Documentation

com.pcbsys.nirvana.nAdminAPI.nAdminIllegalStateException.nAdminIllegalStateException ( String  message)

Constructor for nAdminIllegalStateException.

Parameters
messageoptional message to be append to the error message
com.pcbsys.nirvana.nAdminAPI.nAdminIllegalStateException.nAdminIllegalStateException ( Throwable  ex)

Constructor for nAdminIllegalStateException.

Parameters
exroot cause