org.rcfaces.core.progressMonitor
Class OperationCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rcfaces.core.progressMonitor.OperationCanceledException
- All Implemented Interfaces:
- Serializable
public final class OperationCanceledException
- extends RuntimeException
This exception is thrown to blow out of a long-running method when the user
cancels it.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationCanceledException
public OperationCanceledException()
OperationCanceledException
public OperationCanceledException(String message)
- Creates a new exception with the given message.
- Parameters:
message - the message for the exception
Copyright © 2006-2011 Vedana. All Rights Reserved.