org.eclipse.ecf.filetransfer
Class UserCancelledException

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

public class UserCancelledException
extends ECFException

Exception class for user cancellation

See Also:
Serialized Form

Constructor Summary
UserCancelledException()
           
UserCancelledException(org.eclipse.core.runtime.IStatus status)
           
UserCancelledException(java.lang.String message)
           
UserCancelledException(java.lang.String message, java.lang.Throwable cause)
           
UserCancelledException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

UserCancelledException

public UserCancelledException()

UserCancelledException

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

UserCancelledException

public UserCancelledException(java.lang.String message)

UserCancelledException

public UserCancelledException(java.lang.Throwable cause)

UserCancelledException

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