com.pcbsys.nirvana.nAdminAPI.nAdminIllegalArgumentException Class Reference

represents the exception class that is thrown when an illegal argument is passed into a method More...

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

Public Member Functions

 nAdminIllegalArgumentException ()
 Constructor for nAdminIllegalArgumentException.
 
 nAdminIllegalArgumentException (String message)
 Constructor for nAdminIllegalArgumentException. More...
 
 nAdminIllegalArgumentException (String message, Throwable t)
 Constructor for nAdminIllegalArgumentException. More...
 

Detailed Description

represents the exception class that is thrown when an illegal argument is passed into a method

Constructor & Destructor Documentation

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

Constructor for nAdminIllegalArgumentException.

Parameters
messageoptional message to be append to the error message
com.pcbsys.nirvana.nAdminAPI.nAdminIllegalArgumentException.nAdminIllegalArgumentException ( String  message,
Throwable  t 
)

Constructor for nAdminIllegalArgumentException.

Parameters
messageoptional message to be append to the error message
tthrowable cause for this exception