com.auth0.jwt
Class JWTIssuerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.auth0.jwt.JWTVerifyException
com.auth0.jwt.JWTIssuerException
- All Implemented Interfaces:
- Serializable
public class JWTIssuerException
- extends JWTVerifyException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JWTIssuerException
public JWTIssuerException(String issuer)
JWTIssuerException
public JWTIssuerException(String message,
String issuer)
getIssuer
public String getIssuer()
Copyright © 2015. All Rights Reserved.