Rule Execution Server API

ilog.rules.res.session.async
Class IlrAsyncExecutionFailedEvent

java.lang.Object
  extended by ilog.rules.res.session.async.IlrAsyncExecutionEvent
      extended by ilog.rules.res.session.async.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

Constructor Summary
IlrAsyncExecutionFailedEvent(IlrSessionException exception)
          Creates a new event.
 
Method Summary
 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.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013