com.auth0.jwt
Class JWTAudienceException

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

public class JWTAudienceException
extends JWTVerifyException

See Also:
Serialized Form

Constructor Summary
JWTAudienceException(com.fasterxml.jackson.databind.JsonNode audienceNode)
           
JWTAudienceException(String message, com.fasterxml.jackson.databind.JsonNode audienceNode)
           
 
Method Summary
 List<String> getAudience()
           
 
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

JWTAudienceException

public JWTAudienceException(com.fasterxml.jackson.databind.JsonNode audienceNode)

JWTAudienceException

public JWTAudienceException(String message,
                            com.fasterxml.jackson.databind.JsonNode audienceNode)
Method Detail

getAudience

public List<String> getAudience()


Copyright © 2015. All Rights Reserved.