Stay organized with collections Save and categorize content based on your preferences.

InvalidReaderSignatureException

public class InvalidReaderSignatureException extends IdentityCredentialException


Thrown if the reader signature is invalid, or it doesn't contain a certificate chain, or if the signature failed to validate.

Summary

Public constructors

Constructs a new InvalidReaderSignatureException exception.

Constructs a new InvalidReaderSignatureException exception.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

InvalidReaderSignatureException

public InvalidReaderSignatureException(@NonNull String message)

Constructs a new InvalidReaderSignatureException exception.

Parameters
@NonNull String message

the detail message.

InvalidReaderSignatureException

public InvalidReaderSignatureException(
    @NonNull String message,
    @NonNull Throwable cause
)

Constructs a new InvalidReaderSignatureException exception.

Parameters
@NonNull String message

the detail message.

@NonNull Throwable cause

the cause.