|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusOptimisticException
public class NucleusOptimisticException
Exception thrown by JPOX when a transaction fails due to optimistic verification checks.
| Constructor Summary | |
|---|---|
NucleusOptimisticException()
Constructs a new exception without a detail message. |
|
NucleusOptimisticException(java.lang.String msg)
Constructs a new exception with the specified detail message. |
|
NucleusOptimisticException(java.lang.String msg,
java.lang.Object failed)
Constructs a new exception with the specified detail message and failed object. |
|
NucleusOptimisticException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new exception with the specified detail message and nested Throwables. |
|
| Method Summary |
|---|
| Methods inherited from class org.datanucleus.exceptions.NucleusException |
|---|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NucleusOptimisticException()
public NucleusOptimisticException(java.lang.String msg)
msg - the detail message.
public NucleusOptimisticException(java.lang.String msg,
java.lang.Throwable[] nested)
Throwables.
msg - the detail message.nested - the nested Throwable[].
public NucleusOptimisticException(java.lang.String msg,
java.lang.Object failed)
msg - the detail message.failed - the failed object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||