Class WeavingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.framework.hooks.weaving.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:
  • Constructor Details

    • 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.