Class DataConversionException

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

public class DataConversionException extends com.webauthn4j.util.exception.WebAuthnException
See Also:
  • Constructor Details

    • DataConversionException

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

      public DataConversionException(@Nullable String message)
    • DataConversionException

      public DataConversionException(@Nullable Throwable cause)