public class InternalException extends OpenJPAException
GENERAL, INTERNAL, STORE, UNAVAILABLE, UNSUPPORTED, USER, WRAPPED
Constructor and Description |
---|
InternalException() |
InternalException(Localizer.Message msg) |
InternalException(Localizer.Message msg,
Throwable cause) |
InternalException(String msg) |
InternalException(String msg,
Throwable cause) |
InternalException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getType()
Exception type.
|
getCause, getFailedObject, getNestedThrowables, getSubtype, isFatal, printStackTrace, printStackTrace, printStackTrace, setCause, setFailedObject, setFatal, setNestedThrowables, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public InternalException()
public InternalException(String msg)
public InternalException(Localizer.Message msg)
public InternalException(Throwable cause)
public InternalException(Localizer.Message msg, Throwable cause)
public int getType()
OpenJPAException
getType
in interface ExceptionInfo
getType
in class OpenJPAException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.