|
||||||||||
| 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.JDOMetaDataUserException
public class JDOMetaDataUserException
Thrown to indicate that an access to JDO meta-data failed; the meta-data component is assured to remain in consistent state.
| Field Summary | |
|---|---|
Throwable |
nested
An optional nested exception. |
| Constructor Summary | |
|---|---|
JDOMetaDataUserException()
Constructs an JDOMetaDataUserException with no detail
message. |
|
JDOMetaDataUserException(String msg)
Constructs an JDOMetaDataUserException with the specified
detail message. |
|
JDOMetaDataUserException(String msg,
Throwable nested)
Constructs an JDOMetaDataUserException with the specified
detail message and an optional nested exception. |
|
JDOMetaDataUserException(Throwable nested)
Constructs an JDOMetaDataUserException 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 JDOMetaDataUserException()
JDOMetaDataUserException with no detail
message.
public JDOMetaDataUserException(String msg)
JDOMetaDataUserException with the specified
detail message.
public JDOMetaDataUserException(Throwable nested)
JDOMetaDataUserException with an optional
nested exception.
public JDOMetaDataUserException(String msg,
Throwable nested)
JDOMetaDataUserException 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 | |||||||||