Rule Execution Server API

ilog.rules.engine
Class IlrToolConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.rules.engine.IlrToolConnectionException
All Implemented Interfaces:
Serializable

public final class IlrToolConnectionException
extends Exception

This exception is thrown when a connection to an IlrTool fails.

See Also:
IlrContext.connectTool(ilog.rules.engine.IlrTool), Serialized Form

Constructor Summary
IlrToolConnectionException(String message)
          Constructs an IlrToolConnectionException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlrToolConnectionException

public IlrToolConnectionException(String message)

Constructs an IlrToolConnectionException.

Parameters:
message - The exception message.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013