public class WeavingException
extends java.lang.RuntimeException
This exception conforms to the general purpose exception chaining mechanism.
| Constructor and Description |
|---|
WeavingException(java.lang.String msg)
Creates a
WeavingException with the specified message. |
WeavingException(java.lang.String msg,
java.lang.Throwable cause)
Creates a
WeavingException with the specified message and
exception cause. |
public WeavingException(java.lang.String msg,
java.lang.Throwable cause)
WeavingException with the specified message and
exception cause.msg - The associated message.cause - The cause of this exception.public WeavingException(java.lang.String msg)
WeavingException with the specified message.msg - The message.Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0