Decision Center API

ilog.rules.teamserver.model
Class IlrObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.rules.teamserver.model.IlrApplicationException
              extended by ilog.rules.teamserver.model.IlrObjectNotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IlrElementBaselineNotFoundException

public class IlrObjectNotFoundException
extends IlrApplicationException

Thrown if a Decision Center object does not exist in the database.

See Also:
Serialized Form

Constructor Summary
IlrObjectNotFoundException(String s)
          Constructs a new IlrObjectNotFoundException.
IlrObjectNotFoundException(String s, Throwable ex)
           
IlrObjectNotFoundException(Throwable cause)
          Constructs a new IlrObjectNotFoundException, giving the throwable cause.
IlrObjectNotFoundException(Throwable cause, IlrElementHandle handle)
          Constructs a new IlrObjectNotFoundException, giving the throwable cause and the handle of the element that was not found.
 
Method Summary
 
Methods inherited from class ilog.rules.teamserver.model.IlrApplicationException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

IlrObjectNotFoundException

public IlrObjectNotFoundException(Throwable cause)
Constructs a new IlrObjectNotFoundException, giving the throwable cause.

Parameters:
cause - The cause.

IlrObjectNotFoundException

public IlrObjectNotFoundException(Throwable cause,
                                  IlrElementHandle handle)
Constructs a new IlrObjectNotFoundException, giving the throwable cause and the handle of the element that was not found.

Parameters:
cause - The cause.
handle - The element that was not found.

IlrObjectNotFoundException

public IlrObjectNotFoundException(String s)
Constructs a new IlrObjectNotFoundException.

Parameters:
s - The message of the exception.

IlrObjectNotFoundException

public IlrObjectNotFoundException(String s,
                                  Throwable ex)

Decision Center API

© Copyright IBM Corp. 1987, 2013