org.eclipse.ecf.filetransfer
Class OutgoingFileTransferException

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.OutgoingFileTransferException
All Implemented Interfaces:
java.io.Serializable

public class OutgoingFileTransferException
extends ECFException

Outgoing file transfer exception

See Also:
Serialized Form

Constructor Summary
OutgoingFileTransferException()
           
OutgoingFileTransferException(org.eclipse.core.runtime.IStatus status)
           
OutgoingFileTransferException(java.lang.String message)
           
OutgoingFileTransferException(java.lang.String message, java.lang.Throwable cause)
           
OutgoingFileTransferException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

OutgoingFileTransferException

public OutgoingFileTransferException(org.eclipse.core.runtime.IStatus status)

OutgoingFileTransferException

public OutgoingFileTransferException()

OutgoingFileTransferException

public OutgoingFileTransferException(java.lang.String message)

OutgoingFileTransferException

public OutgoingFileTransferException(java.lang.Throwable cause)

OutgoingFileTransferException

public OutgoingFileTransferException(java.lang.String message,
                                     java.lang.Throwable cause)