-
- All Implemented Interfaces:
-
java.io.Serializable
public final class JwtExpiredException extends RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description private final InstantexpiredSinceprivate final StringlicenseKeyIdprivate final StringlicenseIdprivate final LicenseTypelicenseTypeprivate final StringcompanyNameprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description JwtExpiredException(ExpiredJwtException exception)
-
Method Summary
Modifier and Type Method Description final InstantgetExpiredSince()final StringgetLicenseKeyId()final StringgetLicenseId()final LicenseTypegetLicenseType()final StringgetCompanyName()ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getExpiredSince
final Instant getExpiredSince()
-
getLicenseKeyId
final String getLicenseKeyId()
-
getLicenseId
final String getLicenseId()
-
getLicenseType
final LicenseType getLicenseType()
-
getCompanyName
final String getCompanyName()
-
getMessage
String getMessage()
-
-
-
-