|
Oracle Security Developer Tools XML Security Java API Reference 11g (11.1.1) E10680-02 |
||||||||
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.enc.XEException
public class XEException
This class signals error conditions in processing XML Encryption.
Constructor Summary | |
---|---|
XEException() Create a non-argument XEException instance. |
|
XEException(java.lang.String s) Create a new XEException instance with the given message string. |
|
XEException(java.lang.String s, java.lang.Throwable cause) Create a new XEException instance with the given message string and cause |
|
XEException(java.lang.Throwable cause) Create a new XEException instance with the 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 XEException()
XEException
instance.public XEException(java.lang.Throwable cause)
XEException
instance with the given causepublic XEException(java.lang.String s)
XEException
instance with the given message string.public XEException(java.lang.String s, java.lang.Throwable cause)
XEException
instance with the given message string and cause
|
Oracle Security Developer Tools XML Security Java API Reference 11g (11.1.1) E10680-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |