Decision Center API

ilog.rules.teamserver.model
Class IlrObjectNotRootLockException

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.IlrObjectNotRootLockException
All Implemented Interfaces:
Serializable

public class IlrObjectNotRootLockException
extends IlrApplicationException

Thrown when trying to unlock an object and it is already participating in a lock initiated by a higher package in the package hierarchy.

See Also:
Serialized Form

Constructor Summary
IlrObjectNotRootLockException(IlrElementDetails noRootObject, IlrElementDetails rootObject)
           
 
Method Summary
 IlrElementDetails getNoRootObject()
           
 IlrElementDetails getRootObject()
           
 
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

IlrObjectNotRootLockException

public IlrObjectNotRootLockException(IlrElementDetails noRootObject,
                                     IlrElementDetails rootObject)
Method Detail

getNoRootObject

public IlrElementDetails getNoRootObject()

getRootObject

public IlrElementDetails getRootObject()

Decision Center API

© Copyright IBM Corp. 1987, 2013