public class OperationInterruptedException extends FrameworkException
Occurs when an operation is interrupted.
Constructor and Description |
---|
OperationInterruptedException(String message)
Initializes a new instance of the
OperationInterruptedException class. |
OperationInterruptedException(String message,
Throwable innerException)
Initializes a new instance of the
OperationInterruptedException class. |
public OperationInterruptedException(String message)
Initializes a new instance of the OperationInterruptedException
class.
message
- The exception message.