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:
java.io.Serializable
public class ChallengeResponseException extends java.lang.Exception
An exception thrown when challenge response pop is requested.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChallengeResponseException(java.lang.String mesg)
ChallengeResponseException(ChallengeResponseException e, java.lang.String mesg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Prints out the exception class and error message, including all the nested exceptions.java.lang.String
toStringNested()
Prints out the error message of this exception, including all the nested exceptions.
-
-
-
Constructor Detail
-
ChallengeResponseException
public ChallengeResponseException(java.lang.String mesg)
-
ChallengeResponseException
public ChallengeResponseException(ChallengeResponseException e, java.lang.String mesg)
-
-
Method Detail
-
toString
public java.lang.String toString()
Prints out the exception class and error message, including all the nested exceptions.- Overrides:
toString
in classjava.lang.Throwable
-
toStringNested
public java.lang.String toStringNested()
Prints out the error message of this exception, including all the nested exceptions.
-
-