OperationInterruptedException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.FrameworkException
public class OperationInterruptedException extends FrameworkException
Occurs when an operation is interrupted.
Constructors
Constructor | 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. |
OperationInterruptedException(String message)
public OperationInterruptedException(String message)
Initializes a new instance of the OperationInterruptedException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
OperationInterruptedException(String message, Throwable innerException)
public OperationInterruptedException(String message, Throwable innerException)
Initializes a new instance of the OperationInterruptedException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
innerException | java.lang.Throwable | The inner exception. |