Decision Center API

ilog.rules.teamserver.model
Class IlrObjectLockedException

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

public class IlrObjectLockedException
extends IlrApplicationException

Thrown when an object is locked and prevents a write operation.

See Also:
Serialized Form

Constructor Summary
IlrObjectLockedException(IlrElementDetails lockedElement, IlrLock lock)
           
 
Method Summary
 IlrLock getLock()
           
 IlrElementDetails getLockedElement()
           
 
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

IlrObjectLockedException

public IlrObjectLockedException(IlrElementDetails lockedElement,
                                IlrLock lock)
Method Detail

getLockedElement

public IlrElementDetails getLockedElement()

getLock

public IlrLock getLock()

Decision Center API

© Copyright IBM Corp. 1987, 2013