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, setStackTracepublic OperationInterruptedException(String message)
Initializes a new instance of the OperationInterruptedException class.
message - The exception message.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.