org.mozilla.jss.pkix.crmf

Class ChallengeResponseException


public class ChallengeResponseException
extends java.lang.Exception

An exception thrown when challenge response pop is requested.

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.

Constructor Details

ChallengeResponseException

public ChallengeResponseException(String mesg)

ChallengeResponseException

public ChallengeResponseException(ChallengeResponseException e,
                                  String mesg)

Method Details

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.