|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteCLFCMsgIds | |
|---|---|
| com.ibm.di.fc.remotecmdlnfc | |
| Uses of RemoteCLFCMsgIds in com.ibm.di.fc.remotecmdlnfc |
|---|
| Methods in com.ibm.di.fc.remotecmdlnfc that return RemoteCLFCMsgIds | |
|---|---|
RemoteCLFCMsgIds |
GeneralCLFCException.getCode()
Get the error code for this exception |
RemoteCLFCMsgIds |
RXAErrorCode.getCorrespondingCode()
Return the Remote CLFC error ID that corresponds to this RXA error |
| Methods in com.ibm.di.fc.remotecmdlnfc with parameters of type RemoteCLFCMsgIds | |
|---|---|
static GeneralCLFCException |
ExceptionFactory.createGeneralCLFCException(RemoteCLFCMsgIds err,
LogProxy lg)
Construct a GeneralCLFCException |
static ParamException |
ExceptionFactory.createParamException(RemoteCLFCMsgIds err,
LogProxy lg)
Construct a ParamException |
static RemoteConnectException |
ExceptionFactory.createRemoteConnectException(RemoteCLFCMsgIds err,
LogProxy lg)
Construct a RemoteConnectException |
| Constructors in com.ibm.di.fc.remotecmdlnfc with parameters of type RemoteCLFCMsgIds | |
|---|---|
GeneralCLFCException(RemoteCLFCMsgIds c,
String msg)
Construct exception with a context message. |
|
GeneralCLFCException(RemoteCLFCMsgIds c,
String msg,
Throwable root)
Construct an exception of this type with a context message and lower level exception cause. |
|
ParamException(RemoteCLFCMsgIds c,
String msg)
Create a ParamException with the specified error message and MsgId |
|
RemoteConnectException(RemoteCLFCMsgIds c,
String msg)
Construct exception with a context message and the specified message ID. |
|
RemoteConnectException(RemoteCLFCMsgIds c,
String msg,
Throwable root)
Construct an exception of this type with a context message, lower level exception cause and specified message ID. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||