public class nitro_exception extends Exception
| Modifier and Type | Field and Description |
|---|---|
base_response[] |
response |
| Constructor and Description |
|---|
nitro_exception()
nitro_exception Class constructor.
|
nitro_exception(String msg)
nitro_exception Class constructor specifying the error message.
|
nitro_exception(String msg,
int errcode)
nitro_exception Class constructor specifying the error message and error code.
|
nitro_exception(String msg,
int errcode,
base_response[] response)
nitro_exception Class constructor specifying the error message and error code.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Gets the error code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic base_response[] response
public nitro_exception()
public nitro_exception(String msg)
public nitro_exception(String msg, int errcode)
public nitro_exception(String msg, int errcode, base_response[] response)
Copyright © 2013 Citrix Systems, Inc.. All Rights Reserved.