org.mozilla.jss
Class CRLImportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mozilla.jss.CRLImportException
All Implemented Interfaces:
java.io.Serializable

public class CRLImportException
extends java.lang.Exception

Thrown if a CRL cannot be imported

See Also:
Serialized Form

Constructor Summary
CRLImportException()
           
CRLImportException(java.lang.String mesg)
           
 
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

CRLImportException

public CRLImportException()

CRLImportException

public CRLImportException(java.lang.String mesg)