InvalidCertificateException class
Thrown when the SDK has received an invalid certificate. Extends the ProtectionException class.
public class InvalidCertificateException extends ProtectionException
Note
The constructors are documented here for your information and are not intended to be called by you, the application developer.
Name | Description |
---|---|
InvalidCertificateException |
Initializes a new instance of the InvalidCertificateException class. |
InvalidCertificateException(Throwable) |
Initializes a new instance of the InvalidCertificateException class. |
Name | Description |
---|---|
getLocalizedMessage |
Returns a localized error message for the exception. Overrides Throwable.getLocalizedMessage. |
getType |
Returns the type of the exception. Inherited from ProtectionException. |
InvalidCertificateException.java
com.microsoft.rightsmanagement.exceptions
For more information, see the SDK documentation for the ProtectionException class.
Members of this class are not guaranteed to be thread safe.