Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security.cert
Class CRLException  view CRLException download CRLException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.security.GeneralSecurityException
              extended byjava.security.cert.CRLException
All Implemented Interfaces:
java.io.Serializable

public class CRLException
extends java.security.GeneralSecurityException

Exception for a Certificate Revocation List.

Since:
1.2

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
          Compatible with JDK 1.2+.
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CRLException()
          Constructs an CRLExceptionwithout a message string.
CRLException(java.lang.String msg)
          Constructs an CRLException with a message string.
CRLException(java.lang.String s, java.lang.Throwable cause)
          Create a new instance with a descriptive error message and a cause.
CRLException(java.lang.Throwable cause)
          Create a new instance with a 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Compatible with JDK 1.2+.

See Also:
Constant Field Values
Constructor Detail

CRLException

public CRLException()
Constructs an CRLExceptionwithout a message string.


CRLException

public CRLException(java.lang.String msg)
Constructs an CRLException with a message string.


CRLException

public CRLException(java.lang.String s,
                    java.lang.Throwable cause)
Create a new instance with a descriptive error message and a cause.

Since:
1.5

CRLException

public CRLException(java.lang.Throwable cause)
Create a new instance with a cause.

Since:
1.5