|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
public class JDOMetaDataFatalError
Thrown to indicate that an access to JDO meta-data failed due to a serious error, which might have left the meta-data component in an inconsistent state.
| Field Summary | |
|---|---|
Throwable |
nested
An optional nested exception. |
| Constructor Summary | |
|---|---|
JDOMetaDataFatalError()
Constructs an JDOMetaDataFatalError with no detail message. |
|
JDOMetaDataFatalError(String msg)
Constructs an JDOMetaDataFatalError with the specified
detail message. |
|
JDOMetaDataFatalError(String msg,
Throwable nested)
Constructs an JDOMetaDataFatalError with the specified
detail message and an optional nested exception. |
|
JDOMetaDataFatalError(Throwable nested)
Constructs an JDOMetaDataFatalError with an optional
nested exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Throwable nested
| Constructor Detail |
|---|
public JDOMetaDataFatalError()
JDOMetaDataFatalError with no detail message.
public JDOMetaDataFatalError(String msg)
JDOMetaDataFatalError with the specified
detail message.
public JDOMetaDataFatalError(Throwable nested)
JDOMetaDataFatalError with an optional
nested exception.
public JDOMetaDataFatalError(String msg,
Throwable nested)
JDOMetaDataFatalError with the specified
detail message and an optional nested exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||