org.mozilla.jss.pkix.crmf
Class ChallengeResponseException
java.lang.Exception
org.mozilla.jss.pkix.crmf.ChallengeResponseException
public class ChallengeResponseException
extends java.lang.Exception
An exception thrown when challenge response pop is requested.
String | toString() - Prints out the exception class and error message, including
all the nested exceptions.
|
String | toStringNested() - Prints out the error message of this exception, including all the
nested exceptions.
|
ChallengeResponseException
public ChallengeResponseException(String mesg)
toString
public String toString()
Prints out the exception class and error message, including
all the nested exceptions.
toStringNested
public String toStringNested()
Prints out the error message of this exception, including all the
nested exceptions.