Package org.glassfish.pfl.tf.spi
Class TraceEnhancementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.pfl.tf.spi.TraceEnhancementException
- All Implemented Interfaces:
Serializable
Exception used when an attempt is made to enhance a class file to a level that
is not appropriate for the class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofTraceEnhancementException
without detail message.Constructs an instance ofTraceEnhancementException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TraceEnhancementException
public TraceEnhancementException()Creates a new instance ofTraceEnhancementException
without detail message. -
TraceEnhancementException
Constructs an instance ofTraceEnhancementException
with the specified detail message.- Parameters:
msg
- the detail message.
-