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الاستثناء الداخلي.