Class ThrowException

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Throwable throwable  
    • Constructor Summary

      Constructors 
      Constructor Description
      ThrowException​(java.lang.Throwable throwable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getThrowable()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • throwable

        private java.lang.Throwable throwable
    • Constructor Detail

      • ThrowException

        public ThrowException​(java.lang.Throwable throwable)
    • Method Detail

      • getThrowable

        public java.lang.Throwable getThrowable()