public class GeneralException extends OpenJPAException
GENERAL, INTERNAL, STORE, UNAVAILABLE, UNSUPPORTED, USER, WRAPPED| Constructor and Description |
|---|
GeneralException() |
GeneralException(Localizer.Message msg) |
GeneralException(Localizer.Message msg,
java.lang.Throwable cause) |
GeneralException(java.lang.String msg) |
GeneralException(java.lang.String msg,
java.lang.Throwable cause) |
GeneralException(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 GeneralException()
public GeneralException(java.lang.String msg)
public GeneralException(Localizer.Message msg)
public GeneralException(java.lang.Throwable cause)
public GeneralException(Localizer.Message msg, java.lang.Throwable cause)
public GeneralException(java.lang.String msg,
java.lang.Throwable cause)
public int getType()
OpenJPAExceptiongetType in interface ExceptionInfogetType in class OpenJPAExceptionCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.