|
|||||||||||
| 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.RemoteConnectException
public class RemoteConnectException
A Remote Command Line Function Component Remote Connect Exception. Indicates that the connection could not be successfully established with the target.
| Constructor Summary | |
|---|---|
RemoteConnectException(RemoteCLFCMsgIds c,
String msg)
Construct exception with a context message and the specified message ID. |
|
RemoteConnectException(RemoteCLFCMsgIds c,
String msg,
Throwable root)
Construct an exception of this type with a context message, lower level exception cause and specified message ID. |
|
RemoteConnectException(String msg)
Construct exception with a context message. |
|
RemoteConnectException(String msg,
Throwable root)
Construct an exception of this type with a context message and lower level exception cause. |
|
RemoteConnectException(Throwable root)
Construct an exception of this type as result of another lower level exception. |
|
| 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 RemoteConnectException(String msg)
msg - The message text.public RemoteConnectException(Throwable root)
root - The cause of the this exception.
public RemoteConnectException(String msg,
Throwable root)
msg - The message text.root - The cause of the this exception.
public RemoteConnectException(RemoteCLFCMsgIds c,
String msg)
c - RemoteCLFCMsgIds: Message IDmsg - The message text.
public RemoteConnectException(RemoteCLFCMsgIds c,
String msg,
Throwable root)
c - RemoteCLFCMsgIds: Message IDmsg - The message text.root - The cause of the this exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||