Class ThrowException

All Implemented Interfaces:
Serializable

public class ThrowException extends ExecuteException
Specializaton of ExecuteException used to wrap a client exception generated via a rule THROW action. A ThrowException is caught by the injected trigger code and unwrapped so that the client exception can be rethrown from the trigger method.
See Also:
  • Field Details

  • Constructor Details

    • ThrowException

      public ThrowException(Throwable throwable)
  • Method Details

    • getThrowable

      public Throwable getThrowable()