|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence.PersistenceException javax.persistence.PessimisticLockException org.apache.openjpa.persistence.PessimisticLockException
public class PessimisticLockException
Pessimistic concurrency violation. This exception is always fatal in contrast to LockTimeoutException.
Field Summary |
---|
Fields inherited from interface org.apache.openjpa.util.ExceptionInfo |
---|
GENERAL, INTERNAL, STORE, UNAVAILABLE, UNSUPPORTED, USER, WRAPPED |
Constructor Summary | |
---|---|
PessimisticLockException(String msg,
Throwable[] nested,
Object failed)
|
Method Summary | |
---|---|
Throwable |
getCause()
Returns the first Throwable from ExceptionInfo.getNestedThrowables()
in order to conform to Throwable.getCause() in Java 1.4+. |
Object |
getFailedObject()
The failed object. |
Throwable[] |
getNestedThrowables()
The nested throwables. |
int |
getSubtype()
Exception subtype. |
int |
getType()
Exception type. |
boolean |
isFatal()
Whether this error is fatal. |
void |
printStackTrace()
Stack. |
void |
printStackTrace(PrintStream out)
|
void |
printStackTrace(PrintWriter out)
|
String |
toString()
|
Methods inherited from class javax.persistence.PessimisticLockException |
---|
getEntity |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.openjpa.util.ExceptionInfo |
---|
getMessage |
Constructor Detail |
---|
public PessimisticLockException(String msg, Throwable[] nested, Object failed)
Method Detail |
---|
public int getType()
ExceptionInfo
getType
in interface ExceptionInfo
public int getSubtype()
ExceptionInfo
getSubtype
in interface ExceptionInfo
public boolean isFatal()
ExceptionInfo
isFatal
in interface ExceptionInfo
public Throwable getCause()
ExceptionInfo
Throwable
from ExceptionInfo.getNestedThrowables()
in order to conform to Throwable.getCause()
in Java 1.4+.
getCause
in interface ExceptionInfo
getCause
in class Throwable
Throwable.getCause()
public Throwable[] getNestedThrowables()
ExceptionInfo
getNestedThrowables
in interface ExceptionInfo
public Object getFailedObject()
ExceptionInfo
getFailedObject
in interface ExceptionInfo
public String toString()
toString
in class Throwable
public void printStackTrace()
ExceptionInfo
printStackTrace
in interface ExceptionInfo
printStackTrace
in class Throwable
Throwable.printStackTrace()
public void printStackTrace(PrintStream out)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter out)
printStackTrace
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |