|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.keridwen.core.data.storage.DataConcurrencyException
public class DataConcurrencyException
Exception raised in case of concurrent data access.
| 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 |
|---|
public DataConcurrencyException()
public DataConcurrencyException(String message,
Throwable cause)
message - message of the exceptioncause - cause of the exceptionpublic DataConcurrencyException(String message)
message - message of the exceptionpublic DataConcurrencyException(Throwable cause)
cause - cause of the execption
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||