Package com.ibm.di.protocols.rxa
Class ExceptionFactory
- java.lang.Object
-
- com.ibm.di.protocols.rxa.ExceptionFactory
-
public class ExceptionFactory extends java.lang.Object
Produce new exceptions and log appropriate messages
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FC_PREFIX
Error id that prefixes all Remote CLFC exceptionsstatic java.lang.String
RXA_PREFIX
Error id that prefixes all RXA Toolkit exceptions
-
Constructor Summary
Constructors Constructor Description ExceptionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeneralCLFCException
createGeneralCLFCException(MsgIds err, LogProxy lg)
Construct a GeneralCLFCExceptionstatic GeneralCLFCException
createGeneralCLFCException(java.lang.Throwable root, LogProxy lg)
Construct a GeneralCLFCExceptionstatic ParamException
createParamException(MsgIds err, LogProxy lg)
Construct a ParamExceptionstatic RemoteConnectException
createRemoteConnectException(MsgIds err, LogProxy lg)
Construct a RemoteConnectExceptionstatic RemoteConnectException
createRemoteConnectException(java.lang.Throwable root, LogProxy lg)
Construct a RemoteConnectException
-
-
-
Field Detail
-
FC_PREFIX
public static final java.lang.String FC_PREFIX
Error id that prefixes all Remote CLFC exceptions- See Also:
- Constant Field Values
-
RXA_PREFIX
public static final java.lang.String RXA_PREFIX
Error id that prefixes all RXA Toolkit exceptions- See Also:
- Constant Field Values
-
-
Method Detail
-
createParamException
public static ParamException createParamException(MsgIds err, LogProxy lg)
Construct a ParamException- Parameters:
err
-lg
-- Returns:
- ParamException
-
createRemoteConnectException
public static RemoteConnectException createRemoteConnectException(MsgIds err, LogProxy lg)
Construct a RemoteConnectException- Parameters:
err
-lg
-- Returns:
- RemoteConnectException
-
createGeneralCLFCException
public static GeneralCLFCException createGeneralCLFCException(MsgIds err, LogProxy lg)
Construct a GeneralCLFCException- Parameters:
err
-lg
-- Returns:
- GeneralCLFCException
-
createRemoteConnectException
public static RemoteConnectException createRemoteConnectException(java.lang.Throwable root, LogProxy lg)
Construct a RemoteConnectException- Parameters:
root
-lg
-- Returns:
- RemoteConnectException
-
createGeneralCLFCException
public static GeneralCLFCException createGeneralCLFCException(java.lang.Throwable root, LogProxy lg)
Construct a GeneralCLFCException- Parameters:
root
-lg
-- Returns:
- GeneralCLFCException
-
-