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:
java.io.Serializable
- Direct Known Subclasses:
EarlyReturnException
,ThrowException
public class ExecuteException extends java.lang.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(java.lang.String message)
ExecuteException(java.lang.String message, java.lang.Throwable th)
-