|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| 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.transform.TransformationException
Exception thrown when an error occurs during the execution of a XSTransformer's functions.
| Constructor Summary | |
TransformationException()Creates a new TransformationException instance. |
|
TransformationException(java.lang.String s)Creates a new TransformationException instance with the given message string. |
|
TransformationException(java.lang.Throwable cause)Creates a new TransformationException instance with the given cause |
|
| 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 TransformationException()
TransformationException instance.public TransformationException(java.lang.Throwable cause)
TransformationException instance with the given causepublic TransformationException(java.lang.String s)
TransformationException instance with the given message string.
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||