public class IfxASFRemoteException extends IfxASFException
| Constructor and Description |
|---|
IfxASFRemoteException(int err,
int osErr,
java.lang.String errMessage)
Constructs an IfxASFRemoteException object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getError() |
java.lang.String |
getMessage() |
int |
getOsError() |
getErrorIdpublic IfxASFRemoteException(int err,
int osErr,
java.lang.String errMessage)
err - The error id of the error.osErr - The operating system error id (if any) of the error.errMessage - The error message of the error.public int getError()
public int getOsError()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable