it.amattioli.dominate.sessions
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.dominate.sessions.ConcurrencyException
All Implemented Interfaces:
Serializable

public class ConcurrencyException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ConcurrencyException()
           
ConcurrencyException(String entityName, Throwable e)
           
ConcurrencyException(Throwable e)
           
 
Method Summary
 String getEntityName()
           
 
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

ConcurrencyException

public ConcurrencyException()

ConcurrencyException

public ConcurrencyException(String entityName,
                            Throwable e)

ConcurrencyException

public ConcurrencyException(Throwable e)
Method Detail

getEntityName

public String getEntityName()


Copyright © 2011. All Rights Reserved.