Class UnexpectedCheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.UnexpectedCheckedException
All Implemented Interfaces:
Serializable

public class UnexpectedCheckedException extends RuntimeException
Thrown if unexpected checked exception is thrown
See Also:
  • Constructor Details

    • UnexpectedCheckedException

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

      public UnexpectedCheckedException(@Nullable String message)
    • UnexpectedCheckedException

      public UnexpectedCheckedException(@Nullable Throwable cause)