|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.di.fc.remotecmdlnfc.GeneralCLFCException
com.ibm.di.fc.remotecmdlnfc.ParamException
public class ParamException
A Remote Command Line Function Component Parameter Exception. Indicates that incorrect/insufficient configuration parameters have been specified.
Constructor Summary | |
---|---|
ParamException(RemoteCLFCMsgIds 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.fc.remotecmdlnfc.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 |
---|
public ParamException(java.lang.String msg)
msg
- The error messagepublic ParamException(RemoteCLFCMsgIds c, java.lang.String msg)
c
- RemoteCLFCMsgIds: Message ID for this messagemsg
- Message content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |