public class InternalException extends OpenJPAException
GENERAL, INTERNAL, STORE, UNAVAILABLE, UNSUPPORTED, USER, WRAPPED| Constructor and Description |
|---|
InternalException() |
InternalException(Localizer.Message msg) |
InternalException(Localizer.Message msg,
java.lang.Throwable cause) |
InternalException(java.lang.String msg) |
InternalException(java.lang.String msg,
java.lang.Throwable cause) |
InternalException(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 InternalException()
public InternalException(java.lang.String msg)
public InternalException(Localizer.Message msg)
public InternalException(java.lang.Throwable cause)
public InternalException(java.lang.String msg,
java.lang.Throwable cause)
public InternalException(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.