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, setResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected VerificationResults results
public UnauthorizedSignatureException(String reason)
public UnauthorizedSignatureException(VerificationResults results)
public static String failedVerifierMessage(VerificationResults results)
public VerificationResults getResults()
Copyright © 2017 JBoss by Red Hat. All rights reserved.