Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


oracle.security.xmlsec.keys.retrieval
Class CertificateValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.xmlsec.util.ChainedException
              extended by oracle.security.xmlsec.keys.retrieval.CertificateValidatorException

All Implemented Interfaces:
java.io.Serializable

public class CertificateValidatorException
extends ChainedException
Since:
release specific (what release of product did this appear in)
Version:
$Header: CertificateValidatorException.java 27-dec-2007.11:51:08 pdatta Exp $
See Also:
Serialized Form

Constructor Summary
CertificateValidatorException()
           
CertificateValidatorException(java.lang.String message)
           
CertificateValidatorException(java.lang.String message, java.lang.Throwable cause)
           
CertificateValidatorException(java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class oracle.security.xmlsec.util.ChainedException
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

CertificateValidatorException

public CertificateValidatorException()

CertificateValidatorException

public CertificateValidatorException(java.lang.String message,
                                     java.lang.Throwable cause)

CertificateValidatorException

public CertificateValidatorException(java.lang.String message)

CertificateValidatorException

public CertificateValidatorException(java.lang.Throwable cause)

Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


Copyright © 2005, 2011 , Oracle. All rights reserved.