Package org.jboss.byteman.rule.exception
Class ThrowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.byteman.rule.exception.ExecuteException
org.jboss.byteman.rule.exception.ThrowException
- All Implemented Interfaces:
Serializable
Specializaton of ExecuteException used to wrap a client exception generated via a rule THROW action.
A ThrowException is caught by the injected trigger code and unwrapped so that the client exception
can be rethrown from the trigger method.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
throwable
-
-
Constructor Details
-
ThrowException
-
-
Method Details
-
getThrowable
-