public class IfxJNSException
extends java.lang.Exception
| Constructor and Description |
|---|
IfxJNSException(int errId)
Constructs an IfxJNSException with an error id.
|
IfxJNSException(int errId,
java.lang.String errmsg)
Constructs an IfxJNSException with an error id and an error message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorId() |
java.lang.String |
getMessage() |
public IfxJNSException(int errId,
java.lang.String errmsg)
errId - the error number of the error.errmsg - the error message of the error.public IfxJNSException(int errId)
errId - the error number of the error.