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

当操作被中断时发生。

构造函数

构造函数描述
OperationInterruptedException(String message)初始化 OperationInterruptedException 类的新实例。
OperationInterruptedException(String message, Throwable innerException)初始化 OperationInterruptedException 类的新实例。

OperationInterruptedException(String message)

public OperationInterruptedException(String message)

初始化 OperationInterruptedException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String异常消息。

OperationInterruptedException(String message, Throwable innerException)

public OperationInterruptedException(String message, Throwable innerException)

初始化 OperationInterruptedException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String异常消息。
innerExceptionjava.lang.Throwable内部异常。