Class JwtLicenseVerificationException

    • Constructor Detail

      • JwtLicenseVerificationException

        public JwtLicenseVerificationException​(@NotNull
                                               String errorCodeName,
                                               @NotNull
                                               String errorDescription,
                                               @Nullable
                                               Throwable cause)
      • JwtLicenseVerificationException

        public JwtLicenseVerificationException​(@NotNull
                                               String errorCodeName,
                                               @NotNull
                                               String errorDescription)
    • Method Detail

      • getErrorCodeName

        @NotNull
        public String getErrorCodeName()
      • getErrorDescription

        @NotNull
        public String getErrorDescription()