Class BadChallengeException

All Implemented Interfaces:
Serializable

public class BadChallengeException extends VerificationException
Thrown if bad challenge is detected
See Also:
  • Constructor Details

    • BadChallengeException

      public BadChallengeException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause)
    • BadChallengeException

      public BadChallengeException(@Nullable @Nullable String message)
    • BadChallengeException

      public BadChallengeException(@Nullable @Nullable Throwable cause)