Class 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 of TraceEnhancementException without detail message.
      TraceEnhancementException​(java.lang.String msg)
      Constructs an instance of TraceEnhancementException 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
      • 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​(java.lang.String msg)
        Constructs an instance of TraceEnhancementException with the specified detail message.
        Parameters:
        msg - the detail message.