Class AcmeUserActionRequiredException

All Implemented Interfaces:
Serializable

An exception that is thrown when the user is required to take action as indicated.

Usually this exception is thrown when the terms of service have changed, and the CA requires an agreement to the new terms before proceeding.

See Also:
  • Constructor Details

  • Method Details

    • getTermsOfServiceUri

      @Nullable public URI getTermsOfServiceUri()
      Returns the URI of the terms-of-service document to accept, or null if the server did not provide a link to such a document.
    • getInstance

      public URL getInstance()
      Returns the URL of a document that gives instructions on the actions to be taken by a human.