Class FailedToParseClaimsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.blogs.app.api.auth.exception.FailedToParseClaimsException
- All Implemented Interfaces:
Serializable
Thrown when JWT token claims cannot be parsed due to invalid format or signature.
This typically indicates a malformed or tampered token.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new FailedToParseClaims exception with a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedToParseClaimsException
Constructs a new FailedToParseClaims exception with a default message.- Parameters:
cause- the underlying exception that caused the parsing failure
-