Package org.jboss.byteman.rule.exception
Class ExecuteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.byteman.rule.exception.ExecuteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EarlyReturnException
,ThrowException
exception class thrown during rule execution. n.b. this extends RuntimeException to avoid
issues with method checking
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecuteException
(String message) ExecuteException
(String message, Throwable th) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecuteException
-
ExecuteException
-