org.mod4j.runtime.exception
Class ConcurrentUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mod4j.runtime.exception.ServiceException
org.mod4j.runtime.exception.ConcurrentUpdateException
- All Implemented Interfaces:
- java.io.Serializable
public class ConcurrentUpdateException
- extends ServiceException
Thrown when a service is called that modifies data that was updated concurrently by another agent after the current
agent received the data being updated.
- Author:
- Eric Jan Malotaux
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConcurrentUpdateException
public ConcurrentUpdateException()
-
ConcurrentUpdateException
public ConcurrentUpdateException(java.lang.String message,
java.lang.Throwable cause)
-
ConcurrentUpdateException
public ConcurrentUpdateException(java.lang.String message)
-
ConcurrentUpdateException
public ConcurrentUpdateException(java.lang.Throwable cause)
-
Copyright © 2010 Mod4j. All Rights Reserved.