Package org.mozilla.jss.pkix.crmf
Class ChallengeResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.pkix.crmf.ChallengeResponseException
- All Implemented Interfaces:
Serializable
An exception thrown when challenge response pop is requested.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Prints out the exception class and error message, including all the nested exceptions.Prints out the error message of this exception, including all the nested exceptions.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
child
-
-
Constructor Details
-
ChallengeResponseException
-
ChallengeResponseException
-
-
Method Details