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:
- java.io.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
Constructor Summary |
RemoteFileIOException(java.lang.Exception remoteException)
Constructor for RemoteFileIOException |
RemoteFileIOException(java.lang.String pluginId,
java.lang.Exception remoteException)
Constructor for RemoteFileIOException that also takes a pluginId |
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 |
RemoteFileIOException
public RemoteFileIOException(java.lang.Exception remoteException)
- Constructor for RemoteFileIOException
- Parameters:
remoteException
- the initial cause of this exception
RemoteFileIOException
public RemoteFileIOException(java.lang.String pluginId,
java.lang.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, 2010. All Rights Reserved.