|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.fc.remotecmdlnfc.ExceptionFactory
public class ExceptionFactory
Produce new exceptions and log appropriate messages
| Field Summary | |
|---|---|
static String |
FC_PREFIX
Error id that prefixes all Remote CLFC exceptions |
static String |
RXA_PREFIX
Error id that prefixes all RXA Toolkit exceptions |
| Constructor Summary | |
|---|---|
ExceptionFactory()
|
|
| Method Summary | |
|---|---|
static GeneralCLFCException |
createGeneralCLFCException(RemoteCLFCMsgIds err,
LogProxy lg)
Construct a GeneralCLFCException |
static GeneralCLFCException |
createGeneralCLFCException(Throwable root,
LogProxy lg)
Construct a GeneralCLFCException |
static ParamException |
createParamException(RemoteCLFCMsgIds err,
LogProxy lg)
Construct a ParamException |
static RemoteConnectException |
createRemoteConnectException(RemoteCLFCMsgIds err,
LogProxy lg)
Construct a RemoteConnectException |
static RemoteConnectException |
createRemoteConnectException(Throwable root,
LogProxy lg)
Construct a RemoteConnectException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FC_PREFIX
public static final String RXA_PREFIX
| Constructor Detail |
|---|
public ExceptionFactory()
| Method Detail |
|---|
public static ParamException createParamException(RemoteCLFCMsgIds err,
LogProxy lg)
err - lg -
public static RemoteConnectException createRemoteConnectException(RemoteCLFCMsgIds err,
LogProxy lg)
err - lg -
public static GeneralCLFCException createGeneralCLFCException(RemoteCLFCMsgIds err,
LogProxy lg)
err - lg -
public static RemoteConnectException createRemoteConnectException(Throwable root,
LogProxy lg)
root - lg -
public static GeneralCLFCException createGeneralCLFCException(Throwable root,
LogProxy lg)
root - lg -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||