You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




org.mozilla.jss.pkix.crmf
Class ChallengeResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
ChallengeResponseException(ChallengeResponseException e, java.lang.String mesg)
           
ChallengeResponseException(java.lang.String mesg)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 class java.lang.Throwable

toStringNested

public java.lang.String toStringNested()
Prints out the error message of this exception, including all the nested exceptions.