org.apache.openjpa.util
public class UnsupportedException extends OpenJPAException
GENERAL, INTERNAL, STORE, UNAVAILABLE, UNSUPPORTED, USER, WRAPPED| Constructor and Description |
|---|
UnsupportedException() |
UnsupportedException(Localizer.Message msg) |
UnsupportedException(Localizer.Message msg,
java.lang.Throwable cause) |
UnsupportedException(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Exception type.
|
getCause, getFailedObject, getNestedThrowables, getSubtype, isFatal, printStackTrace, printStackTrace, printStackTrace, setCause, setFailedObject, setFatal, setNestedThrowables, toStringfillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagepublic UnsupportedException()
public UnsupportedException(java.lang.String msg)
public UnsupportedException(Localizer.Message msg)
public UnsupportedException(Localizer.Message msg, java.lang.Throwable cause)
public int getType()
OpenJPAExceptiongetType in interface ExceptionInfogetType in class OpenJPAException