org.apache.openjpa.validation
public class ValidationUnavailableException extends OpenJPAException
GENERAL, INTERNAL, STORE, UNAVAILABLE, UNSUPPORTED, USER, WRAPPED| Constructor and Description |
|---|
ValidationUnavailableException(java.lang.String msg) |
ValidationUnavailableException(java.lang.String msg,
java.lang.RuntimeException e) |
ValidationUnavailableException(java.lang.String msg,
java.lang.RuntimeException e,
boolean fatal) |
| 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 ValidationUnavailableException(java.lang.String msg)
public ValidationUnavailableException(java.lang.String msg,
java.lang.RuntimeException e)
public ValidationUnavailableException(java.lang.String msg,
java.lang.RuntimeException e,
boolean fatal)
public int getType()
OpenJPAExceptiongetType in interface ExceptionInfogetType in class OpenJPAException