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
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.