org.jboss.byteman.rule.exception
Class ExecuteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
ExecuteException(java.lang.String message)
           
ExecuteException(java.lang.String message, java.lang.Throwable th)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteException

public ExecuteException(java.lang.String message)

ExecuteException

public ExecuteException(java.lang.String message,
                        java.lang.Throwable th)