Class TraceEnhancementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.pfl.tf.spi.TraceEnhancementException
All Implemented Interfaces:
Serializable

public class TraceEnhancementException extends 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:
  • Constructor Details

    • TraceEnhancementException

      public TraceEnhancementException()
      Creates a new instance of TraceEnhancementException without detail message.
    • TraceEnhancementException

      public TraceEnhancementException(String msg)
      Constructs an instance of TraceEnhancementException with the specified detail message.
      Parameters:
      msg - the detail message.