Bouncy Castle Cryptography Library 1.85.2

org.bouncycastle.asn1.x509
Class CRLValidatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bouncycastle.asn1.x509.CRLValidatorException
All Implemented Interfaces:
java.io.Serializable

public class CRLValidatorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CRLValidatorException(java.lang.String msg)
           
CRLValidatorException(java.lang.String msg, java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

CRLValidatorException

public CRLValidatorException(java.lang.String msg)

CRLValidatorException

public CRLValidatorException(java.lang.String msg,
                             java.lang.Throwable cause)

Bouncy Castle Cryptography Library 1.85.2