org.keridwen.core.data.storage
Class DataConcurrencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.keridwen.core.data.storage.DataConcurrencyException
All Implemented Interfaces:
Serializable

public class DataConcurrencyException
extends Exception

Exception raised in case of concurrent data access.

See Also:
Serialized Form

Constructor Summary
DataConcurrencyException()
          Default constructor.
DataConcurrencyException(String message)
          Creates a new exception with the given message.
DataConcurrencyException(String message, Throwable cause)
          Creates a new exception with the given message and cause.
DataConcurrencyException(Throwable cause)
          Creates a new exception with the given 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

DataConcurrencyException

public DataConcurrencyException()
Default constructor.


DataConcurrencyException

public DataConcurrencyException(String message,
                                Throwable cause)
Creates a new exception with the given message and cause.

Parameters:
message - message of the exception
cause - cause of the exception

DataConcurrencyException

public DataConcurrencyException(String message)
Creates a new exception with the given message.

Parameters:
message - message of the exception

DataConcurrencyException

public DataConcurrencyException(Throwable cause)
Creates a new exception with the given cause.

Parameters:
cause - cause of the execption


Copyright © 2010-2013 Artenum. All Rights Reserved.