Package io.smallrye.jwt.auth.principal
Class UnmatchedTokenKidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jose4j.lang.JoseException
-
- org.jose4j.lang.UnresolvableKeyException
-
- io.smallrye.jwt.auth.principal.UnmatchedTokenKidException
-
- All Implemented Interfaces:
Serializable
public class UnmatchedTokenKidException extends org.jose4j.lang.UnresolvableKeyException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnmatchedTokenKidException(String message)UnmatchedTokenKidException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-