Package org.eclipse.ecf.filetransfer
Class RemoteFileSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.ecf.core.util.ECFException
org.eclipse.ecf.filetransfer.RemoteFileSystemException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionRemoteFileSystemException
(String message) RemoteFileSystemException
(String message, Throwable cause) RemoteFileSystemException
(org.eclipse.core.runtime.IStatus status) -
Method Summary
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
RemoteFileSystemException
public RemoteFileSystemException() -
RemoteFileSystemException
public RemoteFileSystemException(org.eclipse.core.runtime.IStatus status) - Parameters:
status
- status
-
RemoteFileSystemException
- Parameters:
message
- messagecause
- cause
-
RemoteFileSystemException
- Parameters:
message
- message
-
RemoteFileSystemException
- Parameters:
cause
- cause
-