org.apache.openjpa.util
public class: StoreException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.openjpa.util.OpenJPAException
org.apache.openjpa.util.StoreException
All Implemented Interfaces:
ExceptionInfo, Serializable
Direct Known Subclasses:
LockException, ObjectNotFoundException, ObjectExistsException, ReferentialIntegrityException, OptimisticException
Base exception for data store errors.
- author:
Marc - Prud'hommeaux
- since:
0.2.5 -
| Field Summary |
|---|
| public static final int | LOCK | |
| public static final int | OBJECT_NOT_FOUND | |
| public static final int | OPTIMISTIC | |
| public static final int | REFERENTIAL_INTEGRITY | |
| public static final int | OBJECT_EXISTS | |
| Method from org.apache.openjpa.util.StoreException Summary: |
|---|
|
getType |
| Methods from org.apache.openjpa.util.OpenJPAException: |
|---|
|
getCause, getFailedObject, getNestedThrowables, getSubtype, getType, isFatal, printStackTrace, printStackTrace, printStackTrace, setCause, setFailedObject, setFatal, setNestedThrowables, toString |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Method from org.apache.openjpa.util.StoreException Detail: |
public int getType() {
return STORE;
}
|