com.ibm.di.protocols.rxa
Class ParamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.protocols.rxa.GeneralCLFCException
              extended by 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
ParamException(MsgIds c, java.lang.String msg)
          Create a ParamException with the specified error message and MsgId
ParamException(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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 message
msg - Message content