Bouncy Castle Cryptography Library 1.84

org.bouncycastle.cert.cmp
Class CMPChallengeFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bouncycastle.cert.cmp.CMPException
              extended byorg.bouncycastle.cert.cmp.CMPChallengeFailedException
All Implemented Interfaces:
java.io.Serializable

public class CMPChallengeFailedException
extends CMPException

See Also:
Serialized Form

Constructor Summary
CMPChallengeFailedException(java.lang.String msg)
           
 
Methods inherited from class org.bouncycastle.cert.cmp.CMPException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMPChallengeFailedException

public CMPChallengeFailedException(java.lang.String msg)

Bouncy Castle Cryptography Library 1.84