Class UserNotVerifiedException

All Implemented Interfaces:
Serializable

public class UserNotVerifiedException extends VerificationException
Thrown if user is to be verified but not verified
See Also:
  • Constructor Details

    • UserNotVerifiedException

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

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

      public UserNotVerifiedException(@Nullable @Nullable Throwable cause)