Class WeavingException

  • All Implemented Interfaces:
    Serializable

    public class WeavingException
    extends RuntimeException
    A weaving exception used to indicate that the class load should be failed but the weaving hook must not be deny listed by the framework.

    This exception conforms to the general purpose exception chaining mechanism.

    See Also:
    Serialized Form
    • Constructor Detail

      • WeavingException

        public WeavingException​(String msg,
                                Throwable cause)
        Creates a WeavingException with the specified message and exception cause.
        Parameters:
        msg - The associated message.
        cause - The cause of this exception.
      • WeavingException

        public WeavingException​(String msg)
        Creates a WeavingException with the specified message.
        Parameters:
        msg - The message.