org.eclipse.rse.services.files
Class RemoteFileIOException
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.files.RemoteFileException
org.eclipse.rse.services.files.RemoteFileIOException
- All Implemented Interfaces:
- Serializable
public class RemoteFileIOException
- extends RemoteFileException
Exception thrown when attempting an operation and it fails for IO reasons, such as
the file is read-only.
The original remote system's io message is always embedded and retrievable
via getRemoteException().
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteFileIOException
public RemoteFileIOException(Exception remoteException)
- Constructor for RemoteFileIOException
- Parameters:
remoteException
- the initial cause of this exception
RemoteFileIOException
public RemoteFileIOException(String pluginId,
Exception remoteException)
- Constructor for RemoteFileIOException that also takes a pluginId
- Parameters:
pluginId
- a plugin IDremoteException
- the initial cause of this exception- Since:
- 3.0
Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.