com.ibm.di.fc.remotecmdlnfc
Class ParamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.di.fc.remotecmdlnfc.GeneralCLFCException
com.ibm.di.fc.remotecmdlnfc.ParamException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParamException
public ParamException(String msg)
- Create a ParamException with the specified error message
- Parameters:
msg
- The error message
ParamException
public ParamException(RemoteCLFCMsgIds c,
String msg)
- Create a ParamException with the specified error message and MsgId
- Parameters:
c
- RemoteCLFCMsgIds: Message ID for this messagemsg
- Message content