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