ilog.rules.teamserver.model
Class IlrConcurrentModificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ilog.rules.teamserver.model.IlrApplicationException
-
- ilog.rules.teamserver.model.IlrConcurrentModificationException
-
- All Implemented Interfaces:
- java.io.Serializable
public class IlrConcurrentModificationException extends IlrApplicationException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected IlrElementHandleeltHandle
-
Constructor Summary
Constructors Constructor and Description IlrConcurrentModificationException(IlrElementHandle eltHandle)
-
Method Summary
Methods Modifier and Type Method and Description protected java.lang.StringgetMessage(IlrSession session, java.util.Locale locale)-
Methods inherited from class ilog.rules.teamserver.model.IlrApplicationException
getMessage
-
-
-
-
Field Detail
-
eltHandle
protected IlrElementHandle eltHandle
-
-
Constructor Detail
-
IlrConcurrentModificationException
public IlrConcurrentModificationException(IlrElementHandle eltHandle)
-
-
Method Detail
-
getMessage
protected java.lang.String getMessage(IlrSession session, java.util.Locale locale)
-
-