public final class OperationCanceledException
extends java.lang.RuntimeException
This class can be used without OSGi running.
This class is not intended to be subclassed by clients but may be instantiated.
| Constructor and Description |
|---|
OperationCanceledException()
Creates a new exception.
|
OperationCanceledException(java.lang.String message)
Creates a new exception with the given message.
|