|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.rse.services.clientserver.messages.SystemMessageException
org.eclipse.rse.services.clientserver.messages.SystemRemoteMessageException
org.eclipse.rse.services.clientserver.messages.SystemNetworkIOException
public class SystemNetworkIOException
Exception thrown in case of errors due to network I/O Problems.
| Constructor Summary | |
|---|---|
SystemNetworkIOException(java.lang.Exception remoteException)
Default Constructor. |
|
SystemNetworkIOException(java.lang.String pluginId,
java.lang.Exception remoteException)
Constructor with a plugin ID and exception cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemRemoteMessageException |
|---|
getRemoteException |
| Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemMessageException |
|---|
getSystemMessage, setSystemMessage |
| 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 SystemNetworkIOException(java.lang.Exception remoteException)
remoteException - exception from communication layer.
public SystemNetworkIOException(java.lang.String pluginId,
java.lang.Exception remoteException)
pluginId - Plugin ID that caused the error.remoteException - exception from communication layer.
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||