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:
  • Constructor Details

    • ExecuteException

      public ExecuteException(String message)
    • ExecuteException

      public ExecuteException(String message, Throwable th)