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
public class ExecuteException extends RuntimeException
exception class thrown during rule execution. n.b. this extends RuntimeException to avoid issues with method checking- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecuteException(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
-
-