InvalidCertificateException class

Thrown when the SDK has received an invalid certificate. Extends the ProtectionException class.

Signature

public class InvalidCertificateException extends ProtectionException

Constructors

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.

Methods

Name Description
getLocalizedMessage
Returns a localized error message for the exception. Overrides Throwable.getLocalizedMessage.
getType
Returns the type of the exception. Inherited from ProtectionException.

Defined in

InvalidCertificateException.java

Package

com.microsoft.rightsmanagement.exceptions

Remarks

For more information, see the SDK documentation for the ProtectionException class.

Thread Safety

Members of this class are not guaranteed to be thread safe.