it.amattioli.applicate.commands
Class ConcurrencyException

Show UML class diagram
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.amattioli.common.exceptions.SimpleKeyedException
                  extended by it.amattioli.applicate.commands.ApplicationException
                      extended by it.amattioli.applicate.commands.ConcurrencyException
All Implemented Interfaces:
it.amattioli.common.exceptions.KeyedException, Serializable

public class ConcurrencyException
extends ApplicationException

See Also:
Serialized Form

Constructor Summary
ConcurrencyException(org.hibernate.StaleObjectStateException e)
           
ConcurrencyException(String entityName)
           
 
Method Summary
 
Methods inherited from class it.amattioli.common.exceptions.SimpleKeyedException
addParameter, getKeyedMessage, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ConcurrencyException

public ConcurrencyException(String entityName)

ConcurrencyException

public ConcurrencyException(org.hibernate.StaleObjectStateException e)


Copyright © 2011. All Rights Reserved.