Class UserCancelledException

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

public class UserCancelledException extends ECFException
Exception class for user cancellation
See Also:
  • Constructor Details

    • UserCancelledException

      public UserCancelledException()
    • UserCancelledException

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

      public UserCancelledException(String message)
    • UserCancelledException

      public UserCancelledException(Throwable cause)
    • UserCancelledException

      public UserCancelledException(String message, Throwable cause)