com.auth0.jwt
Class JWTIssuerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.auth0.jwt.JWTVerifyException
              extended by com.auth0.jwt.JWTIssuerException
All Implemented Interfaces:
Serializable

public class JWTIssuerException
extends JWTVerifyException

See Also:
Serialized Form

Constructor Summary
JWTIssuerException(String issuer)
           
JWTIssuerException(String message, String issuer)
           
 
Method Summary
 String getIssuer()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JWTIssuerException

public JWTIssuerException(String issuer)

JWTIssuerException

public JWTIssuerException(String message,
                          String issuer)
Method Detail

getIssuer

public String getIssuer()


Copyright © 2015. All Rights Reserved.