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:
    Serialized Form
    • Constructor Detail

      • ThrowException

        public ThrowException​(Throwable throwable)
    • Method Detail

      • getThrowable

        public Throwable getThrowable()