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...
 

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