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:
java.io.Serializable
public class TraceEnhancementException extends java.lang.RuntimeException
Exception used when an attempt is made to enhance a class file to a level that is not appropriate for the class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TraceEnhancementException()
Creates a new instance ofTraceEnhancementException
without detail message.TraceEnhancementException(java.lang.String msg)
Constructs an instance ofTraceEnhancementException
with the specified detail message.
-
-
-
Constructor Detail
-
TraceEnhancementException
public TraceEnhancementException()
Creates a new instance ofTraceEnhancementException
without detail message.
-
TraceEnhancementException
public TraceEnhancementException(java.lang.String msg)
Constructs an instance ofTraceEnhancementException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-