org.eclipse.ecf.filetransfer
Class IncomingFileTransferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.ecf.core.util.ECFException
org.eclipse.ecf.filetransfer.IncomingFileTransferException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidFileRangeSpecificationException
public class IncomingFileTransferException
- extends ECFException
Exception thrown upon incoming file transfer problem
- 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 |
IncomingFileTransferException
public IncomingFileTransferException(org.eclipse.core.runtime.IStatus status)
IncomingFileTransferException
public IncomingFileTransferException()
IncomingFileTransferException
public IncomingFileTransferException(int errorCode)
IncomingFileTransferException
public IncomingFileTransferException(java.lang.String message)
IncomingFileTransferException
public IncomingFileTransferException(java.lang.String message,
int errorCode)
IncomingFileTransferException
public IncomingFileTransferException(java.lang.Throwable cause)
IncomingFileTransferException
public IncomingFileTransferException(java.lang.Throwable cause,
int errorCode)
IncomingFileTransferException
public IncomingFileTransferException(java.lang.String message,
java.lang.Throwable cause)
IncomingFileTransferException
public IncomingFileTransferException(java.lang.String message,
java.lang.Throwable cause,
int errorCode)
getErrorCode
public int getErrorCode()