public class WeavingException
extends java.lang.RuntimeException
This exception conforms to the general purpose exception chaining mechanism.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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. |
private static final long serialVersionUID
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.