org.eclipse.rse.services.files
Class RemoteFileCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.rse.services.clientserver.messages.SystemMessageException
org.eclipse.rse.services.files.RemoteFileException
org.eclipse.rse.services.files.RemoteFileIOException
org.eclipse.rse.services.files.RemoteFileCancelledException
- All Implemented Interfaces:
- Serializable
public class RemoteFileCancelledException
- extends 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().
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteFileCancelledException
public RemoteFileCancelledException()
- Constructor
Copyright (c) IBM Corporation and others 2000, 2007. All Rights Reserved.