org.owasp.esapi.errors
Class CertificateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.owasp.esapi.errors.EnterpriseSecurityException
              extended byorg.owasp.esapi.errors.CertificateException
All Implemented Interfaces:
java.io.Serializable

public class CertificateException
extends EnterpriseSecurityException

A CertificateException should be thrown for any problems that arise during processing of digital certificates.

Author:
Jeff Williams (jeff.williams@aspectsecurity.com)
See Also:
Serialized Form

Constructor Summary
CertificateException(java.lang.String userMessage, java.lang.String logMessage)
          Creates a new instance of CertificateException.
CertificateException(java.lang.String userMessage, java.lang.String logMessage, java.lang.Throwable cause)
          Instantiates a new CertificateException.
 
Methods inherited from class org.owasp.esapi.errors.EnterpriseSecurityException
getLogMessage, getUserMessage
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CertificateException

public CertificateException(java.lang.String userMessage,
                            java.lang.String logMessage)
Creates a new instance of CertificateException.


CertificateException

public CertificateException(java.lang.String userMessage,
                            java.lang.String logMessage,
                            java.lang.Throwable cause)
Instantiates a new CertificateException.

Parameters:
cause - the cause