org.apache.openjpa.util
public class: GeneralException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.openjpa.util.OpenJPAException
org.apache.openjpa.util.GeneralException
All Implemented Interfaces:
ExceptionInfo, Serializable
General exception type.
| Method from org.apache.openjpa.util.GeneralException 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.GeneralException Detail: |
public int getType() {
return GENERAL;
}
|