org.mozilla.jss.pkix.crmf
public class ChallengeResponseException extends Exception
| Constructor Summary | |
|---|---|
| ChallengeResponseException(String mesg) | |
| ChallengeResponseException(ChallengeResponseException e, String mesg) | |
| Method Summary | |
|---|---|
| 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. |