com.retek.commons.component
Class ConcurrentUpdateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retek.commons.util.ChainedException
              extended bycom.retek.commons.domain.core.exception.SystemException
                  extended bycom.retek.commons.component.ConcurrentUpdateException
All Implemented Interfaces:
java.io.Serializable

public final class ConcurrentUpdateException
extends SystemException

See Also:
Serialized Form

Constructor Summary
ConcurrentUpdateException(DistributedReference ref, long workingVersion, long persistedVersion)
           
 
Method Summary
 long getPersistedVersion()
           
 DistributedReference getReference()
           
 long getWorkingVersion()
           
 
Methods inherited from class com.retek.commons.domain.core.exception.SystemException
toUnchecked
 
Methods inherited from class com.retek.commons.util.ChainedException
getCause, getChainedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentUpdateException

public ConcurrentUpdateException(DistributedReference ref,
                                 long workingVersion,
                                 long persistedVersion)
Method Detail

getReference

public DistributedReference getReference()

getWorkingVersion

public long getWorkingVersion()

getPersistedVersion

public long getPersistedVersion()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25