Package org.osgi.framework.hooks.weaving
Class WeavingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.framework.hooks.weaving.WeavingException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionWeavingException
(String msg) Creates aWeavingException
with the specified message.WeavingException
(String msg, Throwable cause) Creates aWeavingException
with the specified message and exception cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WeavingException
Creates aWeavingException
with the specified message and exception cause.- Parameters:
msg
- The associated message.cause
- The cause of this exception.
-
WeavingException
Creates aWeavingException
with the specified message.- Parameters:
msg
- The message.
-