| 
Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.security.xmlsec.util.ChainedException
              
oracle.security.xmlsec.dsig.XSException
                  
oracle.security.xmlsec.dsig.ReferenceException
public class ReferenceException
Exception thrown to indicate a problem with an XML digital signature Reference.
| Constructor Summary | |
|---|---|
ReferenceException()Creates a new ReferenceException instance. | 
|
ReferenceException(java.lang.String s)Creates a new ReferenceException instance with the given message string. | 
|
ReferenceException(java.lang.String s, java.lang.Throwable cause)Creates a new ReferenceException instance with the given message string and cause. | 
|
ReferenceException(java.lang.Throwable cause)Creates a new ReferenceException instance with a given 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 | 
|---|
public ReferenceException()
ReferenceException instance.public ReferenceException(java.lang.Throwable cause)
ReferenceException instance with a given causepublic ReferenceException(java.lang.String s)
ReferenceException instance with the given message string.
public ReferenceException(java.lang.String s,
                          java.lang.Throwable cause)
ReferenceException instance with the given message string and cause.
  | 
Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||