public class UnauthorizedSignatureException extends ReaderException
Modifier and Type | Field and Description |
---|---|
protected VerificationResults |
results |
Constructor and Description |
---|
UnauthorizedSignatureException(String reason) |
UnauthorizedSignatureException(VerificationResults results) |
Modifier and Type | Method and Description |
---|---|
static String |
failedVerifierMessage(VerificationResults results) |
VerificationResults |
getResults() |
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected VerificationResults results
public UnauthorizedSignatureException(String reason)
public UnauthorizedSignatureException(VerificationResults results)
public static String failedVerifierMessage(VerificationResults results)
public VerificationResults getResults()
Copyright © 2015 JBoss by Red Hat. All rights reserved.