Package com.ibm.di.protocols.rxa
Class ParamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.protocols.rxa.GeneralCLFCException
-
- com.ibm.di.protocols.rxa.ParamException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParamException extends GeneralCLFCException
A Remote Command Line Function Component Parameter Exception. Indicates that incorrect/insufficient configuration parameters have been specified.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParamException(MsgIds c, java.lang.String msg)
Create a ParamException with the specified error message and MsgIdParamException(java.lang.String msg)
Create a ParamException with the specified error message
-
Method Summary
-
Methods inherited from class com.ibm.di.protocols.rxa.GeneralCLFCException
getCode
-
-
-
-
Constructor Detail
-
ParamException
public ParamException(java.lang.String msg)
Create a ParamException with the specified error message- Parameters:
msg
- The error message
-
ParamException
public ParamException(MsgIds c, java.lang.String msg)
Create a ParamException with the specified error message and MsgId- Parameters:
c
- RemoteCLFCMsgIds: Message ID for this messagemsg
- Message content
-
-