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