|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.protocols.rxa.ExceptionFactory
public class ExceptionFactory
Produce new exceptions and log appropriate messages
| Field Summary | |
|---|---|
static java.lang.String |
FC_PREFIX
Error id that prefixes all Remote CLFC exceptions |
static java.lang.String |
RXA_PREFIX
Error id that prefixes all RXA Toolkit exceptions |
| Constructor Summary | |
|---|---|
ExceptionFactory()
|
|
| Method Summary | |
|---|---|
static GeneralCLFCException |
createGeneralCLFCException(MsgIds err,
LogProxy lg)
Construct a GeneralCLFCException |
static GeneralCLFCException |
createGeneralCLFCException(java.lang.Throwable root,
LogProxy lg)
Construct a GeneralCLFCException |
static ParamException |
createParamException(MsgIds err,
LogProxy lg)
Construct a ParamException |
static RemoteConnectException |
createRemoteConnectException(MsgIds err,
LogProxy lg)
Construct a RemoteConnectException |
static RemoteConnectException |
createRemoteConnectException(java.lang.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 java.lang.String FC_PREFIX
public static final java.lang.String RXA_PREFIX
| Constructor Detail |
|---|
public ExceptionFactory()
| Method Detail |
|---|
public static ParamException createParamException(MsgIds err,
LogProxy lg)
err - lg -
public static RemoteConnectException createRemoteConnectException(MsgIds err,
LogProxy lg)
err - lg -
public static GeneralCLFCException createGeneralCLFCException(MsgIds err,
LogProxy lg)
err - lg -
public static RemoteConnectException createRemoteConnectException(java.lang.Throwable root,
LogProxy lg)
root - lg -
public static GeneralCLFCException createGeneralCLFCException(java.lang.Throwable root,
LogProxy lg)
root - lg -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||