JWTParseException constructor

JWTParseException(
  1. String message
)

Implementation

JWTParseException(String message) : super(message);