com.auth0.jwt
Class JWTExpiredException

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

public class JWTExpiredException
extends JWTVerifyException

See Also:
Serialized Form

Constructor Summary
JWTExpiredException(long expiration)
           
JWTExpiredException(String message, long expiration)
           
 
Method Summary
 long getExpiration()
           
 
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

JWTExpiredException

public JWTExpiredException(long expiration)

JWTExpiredException

public JWTExpiredException(String message,
                           long expiration)
Method Detail

getExpiration

public long getExpiration()


Copyright © 2015. All Rights Reserved.