EncryptedException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception
public final class EncryptedException extends System.Exception
The exception that is thrown when user tries to open a document that was encrypted using the X509Certificates.
Constructors
| Constructor | Description | 
|---|---|
| EncryptedException() | |
| EncryptedException(String message) | |
| EncryptedException(String message, RuntimeException inner) | 
EncryptedException()
public EncryptedException()
EncryptedException(String message)
public EncryptedException(String message)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| message | java.lang.String | 
EncryptedException(String message, RuntimeException inner)
public EncryptedException(String message, RuntimeException inner)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| message | java.lang.String | |
| inner | java.lang.RuntimeException |