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