Decision Center API

ilog.rules.teamserver.model
Class IlrCannotRestoreDeleteVersionException

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

public class IlrCannotRestoreDeleteVersionException
extends IlrApplicationException

Thrown when one try to restore a version of an element that has been marked as 'deleted'. Deleted versions cannot be restored. You should restore the previous version instead.

See Also:
IlrSession.restoreVersion(IlrElementHandle, IlrElementVersion), Serialized Form

Constructor Summary
IlrCannotRestoreDeleteVersionException()
           
 
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

IlrCannotRestoreDeleteVersionException

public IlrCannotRestoreDeleteVersionException()

Decision Center API

© Copyright IBM Corp. 1987, 2013