public class StoreException extends OpenJPAException
| Modifier and Type | Field and Description |
|---|---|
static int |
LOCK |
static int |
OBJECT_EXISTS |
static int |
OBJECT_NOT_FOUND |
static int |
OPTIMISTIC |
static int |
QUERY |
static int |
REFERENTIAL_INTEGRITY |
GENERAL, INTERNAL, STORE, UNAVAILABLE, UNSUPPORTED, USER, WRAPPED| Constructor and Description |
|---|
StoreException(Localizer.Message msg) |
StoreException(Localizer.Message msg,
java.lang.Throwable cause) |
StoreException(java.lang.String msg) |
StoreException(java.lang.String msg,
java.lang.Throwable cause) |
StoreException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Exception type.
|
getCause, getFailedObject, getNestedThrowables, getSubtype, isFatal, printStackTrace, printStackTrace, printStackTrace, setCause, setFailedObject, setFatal, setNestedThrowables, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagepublic 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
public static final int QUERY
public StoreException(java.lang.String msg)
public StoreException(Localizer.Message msg)
public StoreException(java.lang.Throwable cause)
public StoreException(java.lang.String msg,
java.lang.Throwable cause)
public StoreException(Localizer.Message msg, java.lang.Throwable cause)
public int getType()
OpenJPAExceptiongetType in interface ExceptionInfogetType in class OpenJPAExceptionCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.