org.mod4j.runtime.exception
Class ConcurrentUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mod4j.runtime.exception.ServiceException
                  extended by 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

Constructor Summary
ConcurrentUpdateException()
          
ConcurrentUpdateException(java.lang.String message)
          
ConcurrentUpdateException(java.lang.String message, java.lang.Throwable cause)
          
ConcurrentUpdateException(java.lang.Throwable cause)
          
 
Method Summary
 
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
 

Constructor Detail

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.