ilog.rules.res.session.async

Class IlrAsyncExecutionFailedEvent



  • public class IlrAsyncExecutionFailedEvent
    extends IlrAsyncExecutionEvent
    IlrAsyncExecutionFailedEvent represents an event indicating that asynchronous ruleset execution failed to complete. This class also provides access to the execution exception.
    Since:
    7.0
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      IlrSessionException getException()
      Returns the exception that is the cause of the execution failure.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IlrAsyncExecutionFailedEvent

        public IlrAsyncExecutionFailedEvent(IlrSessionException exception)
        Creates a new event.
        Parameters:
        exception - The exception that is the cause of the execution failure.
    • Method Detail

      • getException

        public IlrSessionException getException()
        Returns the exception that is the cause of the execution failure.
        Returns:
        The exception that is the cause of the execution failure.

© Copyright IBM Corp. 1987, 2020