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
 
 public class UserCancelledException extends ECFException Exception class for user cancellation- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UserCancelledException()UserCancelledException(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.CoreExceptiongetCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UserCancelledExceptionpublic UserCancelledException() 
 - 
UserCancelledExceptionpublic UserCancelledException(org.eclipse.core.runtime.IStatus status) 
 - 
UserCancelledExceptionpublic UserCancelledException(String message) 
 - 
UserCancelledExceptionpublic UserCancelledException(Throwable cause) 
 
- 
 
-