public class UnrecognizedCriticalHeaderException extends JwtReconstructionException
Constructor and Description |
---|
UnrecognizedCriticalHeaderException(Collection<String> unrecognizedCriticalHeaders)
Initializes the exception with the given list of unrecognized critical headers that caused processing to fail.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getUnrecognizedCriticalHeaders()
The unrecognized critical headers that caused processing to fail.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedCriticalHeaderException(Collection<String> unrecognizedCriticalHeaders)
unrecognizedCriticalHeaders
- the collection of unrecognized headers.Copyright © 2010-2018, ForgeRock All Rights Reserved.