org.eclipse.rse.services.clientserver.messages
Class SystemNetworkIOException
java.lang.Object
java.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
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.