Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oracle.jdeveloper.audit.transform.TransformFailedException
-
- All Implemented Interfaces:
- java.io.Serializable
public class TransformFailedException
extends java.lang.Exception
Thrown when a transform fails because of an expected
exception, e.g. it requires compilation of a source
file but compilation failed.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description |
TransformFailedException(java.lang.String message)
Constructs a TransformFailedException with the
specified detail message.
|
TransformFailedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a TransformFailedException with the
specified detail message and cause.
|
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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
-
TransformFailedException
public TransformFailedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a TransformFailedException
with the
specified detail message and cause.
- Parameters:
message
- The detail message.cause
- The cause.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- Detail:
- Field |
- Constr |
- Method
Copyright © 1997, 2014, Oracle. All rights reserved.