org.apache.openjpa.util
public class: UserException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.openjpa.util.OpenJPAException
org.apache.openjpa.util.UserException
All Implemented Interfaces:
ExceptionInfo, Serializable
Direct Known Subclasses:
InvalidStateException, CallbackException, NoTransactionException, ParseException, MetaDataException, NoResultException, NonUniqueResultException
Base exception type for user errors.
- author:
Marc - Prud'hommeaux
- since:
0.2.5 -
| Field Summary |
|---|
| public static final int | METADATA | |
| public static final int | INVALID_STATE | |
| public static final int | NO_TRANSACTION | |
| public static final int | CALLBACK | |
| public static final int | NO_RESULT | |
| public static final int | NON_UNIQUE_RESULT | |
| Method from org.apache.openjpa.util.UserException 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.UserException Detail: |
public int getType() {
return USER;
}
|