RSE
Release 3.0

org.eclipse.rse.services.clientserver.messages
Class SystemNetworkIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.rse.services.clientserver.messages.SystemMessageException
              extended by org.eclipse.rse.services.clientserver.messages.SystemRemoteMessageException
                  extended by org.eclipse.rse.services.clientserver.messages.SystemNetworkIOException
All Implemented Interfaces:
Serializable

public class SystemNetworkIOException
extends SystemRemoteMessageException

Exception thrown in case of errors due to network I/O Problems.

Since:
3.0
See Also:
Serialized Form

Constructor Summary
SystemNetworkIOException(Exception remoteException)
          Default Constructor.
SystemNetworkIOException(String pluginId, 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

SystemNetworkIOException

public SystemNetworkIOException(Exception remoteException)
Default Constructor. Clients are encouraged to use the more specific constructor with pluginId instead of this one.

Parameters:
remoteException - exception from communication layer.

SystemNetworkIOException

public SystemNetworkIOException(String pluginId,
                                Exception remoteException)
Constructor with a plugin ID and exception cause.

Parameters:
pluginId - Plugin ID that caused the error.
remoteException - exception from communication layer.

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.