Class BrowseFileTransferException

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

public class BrowseFileTransferException extends ECFException
Exception thrown upon browse problem
Since:
3.0
See Also:
  • Constructor Details

    • BrowseFileTransferException

      public BrowseFileTransferException(org.eclipse.core.runtime.IStatus status)
    • BrowseFileTransferException

      public BrowseFileTransferException()
    • BrowseFileTransferException

      public BrowseFileTransferException(int errorCode)
    • BrowseFileTransferException

      public BrowseFileTransferException(String message)
    • BrowseFileTransferException

      public BrowseFileTransferException(String message, int errorCode)
    • BrowseFileTransferException

      public BrowseFileTransferException(Throwable cause)
    • BrowseFileTransferException

      public BrowseFileTransferException(Throwable cause, int errorCode)
    • BrowseFileTransferException

      public BrowseFileTransferException(String message, Throwable cause)
    • BrowseFileTransferException

      public BrowseFileTransferException(String message, Throwable cause, int errorCode)
  • Method Details

    • getErrorCode

      public int getErrorCode()