com.auth0.jwt
Class JWTVerifyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.auth0.jwt.JWTVerifyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JWTAudienceException, JWTExpiredException, JWTIssuerException

public class JWTVerifyException
extends Exception

See Also:
Serialized Form

Constructor Summary
JWTVerifyException()
           
JWTVerifyException(String message)
           
JWTVerifyException(String message, Throwable cause)
           
 
Method Summary
 
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

JWTVerifyException

public JWTVerifyException()

JWTVerifyException

public JWTVerifyException(String message,
                          Throwable cause)

JWTVerifyException

public JWTVerifyException(String message)


Copyright © 2015. All Rights Reserved.