org.glassfish.pfl.tf.spi
Class TraceEnhancementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.

Author:
ken
See Also:
Serialized Form

Constructor Summary
TraceEnhancementException()
          Creates a new instance of TraceEnhancementException without detail message.
TraceEnhancementException(String msg)
          Constructs an instance of TraceEnhancementException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

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.


Copyright © 2013 Oracle. All Rights Reserved.