Package org.eclipse.ecf.filetransfer
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
Exception class for user cancellation
- See Also:
-
Constructor Summary
ConstructorDescriptionUserCancelledException
(String message) UserCancelledException
(String message, Throwable cause) UserCancelledException
(Throwable cause) UserCancelledException
(org.eclipse.core.runtime.IStatus status) -
Method Summary
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
UserCancelledException
public UserCancelledException() -
UserCancelledException
public UserCancelledException(org.eclipse.core.runtime.IStatus status) -
UserCancelledException
-
UserCancelledException
-
UserCancelledException
-