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:
| معامل | نوع | الوصف |
|---|---|---|
| message | java.lang.String | رسالة الاستثناء. |
OperationInterruptedException(String message, Throwable innerException)
public OperationInterruptedException(String message, Throwable innerException)
ينشئ مثيلاً جديدًا من الفئة OperationInterruptedException.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| message | java.lang.String | رسالة الاستثناء. |
| innerException | java.lang.Throwable | الاستثناء الداخلي. |