Class NotImplementedException

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

public class NotImplementedException extends RuntimeException
Thrown if the execution falls into not implemented block
See Also:
  • Constructor Details

    • NotImplementedException

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

      public NotImplementedException(@Nullable String message)
    • NotImplementedException

      public NotImplementedException(@Nullable Throwable cause)
    • NotImplementedException

      public NotImplementedException()