org.eclipse.ecf.filetransfer
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:
- java.io.Serializable
public class BrowseFileTransferException
- extends ECFException
Exception thrown upon browse problem
- Since:
- 3.0
- See Also:
- Serialized Form
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 |
BrowseFileTransferException
public BrowseFileTransferException(org.eclipse.core.runtime.IStatus status)
BrowseFileTransferException
public BrowseFileTransferException()
BrowseFileTransferException
public BrowseFileTransferException(int errorCode)
BrowseFileTransferException
public BrowseFileTransferException(java.lang.String message)
BrowseFileTransferException
public BrowseFileTransferException(java.lang.String message,
int errorCode)
BrowseFileTransferException
public BrowseFileTransferException(java.lang.Throwable cause)
BrowseFileTransferException
public BrowseFileTransferException(java.lang.Throwable cause,
int errorCode)
BrowseFileTransferException
public BrowseFileTransferException(java.lang.String message,
java.lang.Throwable cause)
BrowseFileTransferException
public BrowseFileTransferException(java.lang.String message,
java.lang.Throwable cause,
int errorCode)
getErrorCode
public int getErrorCode()