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

public class RemoteFileSystemException extends ECFException
See Also:
  • Constructor Details

    • RemoteFileSystemException

      public RemoteFileSystemException()
    • RemoteFileSystemException

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

      public RemoteFileSystemException(String message, Throwable cause)
      Parameters:
      message - message
      cause - cause
    • RemoteFileSystemException

      public RemoteFileSystemException(String message)
      Parameters:
      message - message
    • RemoteFileSystemException

      public RemoteFileSystemException(Throwable cause)
      Parameters:
      cause - cause