|
RSE Release 3.0 |
||||||||||
| 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.files.RemoteFileException
org.eclipse.rse.services.files.RemoteFileIOException
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().
| Constructor Summary | |
RemoteFileIOException(Exception remoteException)
Constructor for RemoteFileIOException |
|
RemoteFileIOException(String pluginId,
Exception remoteException)
Constructor for RemoteFileIOException that also takes a pluginId |
|
| 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 RemoteFileIOException(Exception remoteException)
remoteException - the initial cause of this exception
public RemoteFileIOException(String pluginId,
Exception remoteException)
pluginId - a plugin IDremoteException - the initial cause of this exception
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||