org.mozilla.jss.pkix.crmf

Class ChallengeResponseException

public class ChallengeResponseException extends Exception

An exception thrown when challenge response pop is requested.
Constructor Summary
ChallengeResponseException(String mesg)
ChallengeResponseException(ChallengeResponseException e, String mesg)
Method Summary
StringtoString()
Prints out the exception class and error message, including all the nested exceptions.
StringtoStringNested()
Prints out the error message of this exception, including all the nested exceptions.

Constructor Detail

ChallengeResponseException

public ChallengeResponseException(String mesg)

ChallengeResponseException

public ChallengeResponseException(ChallengeResponseException e, String mesg)

Method Detail

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.