|
|||||||||||
| 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
public class GeneralCLFCException
Exception type for the Remote Command Line Function Component
| Constructor Summary | |
|---|---|
GeneralCLFCException(RemoteCLFCMsgIds c,
String msg)
Construct exception with a context message. |
|
GeneralCLFCException(RemoteCLFCMsgIds c,
String msg,
Throwable root)
Construct an exception of this type with a context message and lower level exception cause. |
|
GeneralCLFCException(String msg)
Construct exception with a context message. |
|
GeneralCLFCException(String msg,
Throwable root)
Construct an exception of this type with a context message and lower level exception cause. |
|
GeneralCLFCException(Throwable root)
Construct an exception of this type as result of another lower level exception. |
|
| Method Summary | |
|---|---|
RemoteCLFCMsgIds |
getCode()
Get the error code for this exception |
| 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 GeneralCLFCException(RemoteCLFCMsgIds c,
String msg)
c - The RemoteCLFCErrorCode for this exceptionmsg - The message text.
public GeneralCLFCException(RemoteCLFCMsgIds c,
String msg,
Throwable root)
c - The RemoteCLFCErrorCode for this exceptionmsg - The message text.root - The cause of the this exception.public GeneralCLFCException(String msg)
msg - The message text.public GeneralCLFCException(Throwable root)
root - The cause of the this exception.
public GeneralCLFCException(String msg,
Throwable root)
msg - The message text.root - The cause of the this exception.| Method Detail |
|---|
public RemoteCLFCMsgIds getCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||