Class ChallengeResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.pkix.crmf.ChallengeResponseException
All Implemented Interfaces:
Serializable

public class ChallengeResponseException extends Exception
An exception thrown when challenge response pop is requested.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Prints out the exception class and error message, including all the nested exceptions.
      Overrides:
      toString in class Throwable
    • toStringNested

      public String toStringNested()
      Prints out the error message of this exception, including all the nested exceptions.