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:
| Параметр | Тип | Описание |
|---|---|---|
| сообщение | java.lang.String | Сообщение исключения. |
OperationInterruptedException(String message, Throwable innerException)
public OperationInterruptedException(String message, Throwable innerException)
Инициализирует новый экземпляр класса OperationInterruptedException.
Parameters:
| Параметр | Тип | Описание |
|---|---|---|
| сообщение | java.lang.String | Сообщение исключения. |
| innerException | java.lang.Throwable | Внутреннее исключение. |