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
Se produit lorsqu’une opération est interrompue.
Constructeurs
| Constructeur | Description |
|---|---|
| OperationInterruptedException(String message) | Initialise une nouvelle instance de la classe OperationInterruptedException. |
| OperationInterruptedException(String message, Throwable innerException) | Initialise une nouvelle instance de la classe OperationInterruptedException. |
OperationInterruptedException(String message)
public OperationInterruptedException(String message)
Initialise une nouvelle instance de la classe OperationInterruptedException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message d’exception. |
OperationInterruptedException(String message, Throwable innerException)
public OperationInterruptedException(String message, Throwable innerException)
Initialise une nouvelle instance de la classe OperationInterruptedException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message d’exception. |
| innerException | java.lang.Throwable | L’exception interne. |