org.eclipse.ecf.filetransfer
Class RemoteFileSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.ecf.core.util.ECFException
                  extended by org.eclipse.ecf.filetransfer.RemoteFileSystemException
All Implemented Interfaces:
java.io.Serializable

public class RemoteFileSystemException
extends ECFException

See Also:
Serialized Form

Constructor Summary
RemoteFileSystemException()
           
RemoteFileSystemException(org.eclipse.core.runtime.IStatus status)
           
RemoteFileSystemException(java.lang.String message)
           
RemoteFileSystemException(java.lang.String message, java.lang.Throwable cause)
           
RemoteFileSystemException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteFileSystemException

public RemoteFileSystemException()

RemoteFileSystemException

public RemoteFileSystemException(org.eclipse.core.runtime.IStatus status)
Parameters:
status -

RemoteFileSystemException

public RemoteFileSystemException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message -
cause -

RemoteFileSystemException

public RemoteFileSystemException(java.lang.String message)
Parameters:
message -

RemoteFileSystemException

public RemoteFileSystemException(java.lang.Throwable cause)
Parameters:
cause -