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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public OperationInterruptedException(String message)
Initializes a new instance of the OperationInterruptedException
class.
message
- The exception message.