|
|||||||||
| 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.support.JDOException
com.sun.jdo.api.persistence.support.JDOFatalException
com.sun.jdo.api.persistence.support.JDOFatalUserException
public class JDOFatalUserException
| Constructor Summary | |
|---|---|
JDOFatalUserException()
Creates a new JDOFatalUserException without detail message. |
|
JDOFatalUserException(java.lang.String msg)
Constructs a new JDOFatalUserException with the specified detail message. |
|
JDOFatalUserException(java.lang.String msg,
java.lang.Exception nested)
Constructs a new JDOFatalUserException with the specified detail message
and nested Exception. |
|
| Method Summary |
|---|
| Methods inherited from class com.sun.jdo.api.persistence.support.JDOException |
|---|
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JDOFatalUserException()
JDOFatalUserException without detail message.
public JDOFatalUserException(java.lang.String msg)
JDOFatalUserException with the specified detail message.
msg - the detail message.
public JDOFatalUserException(java.lang.String msg,
java.lang.Exception nested)
JDOFatalUserException with the specified detail message
and nested Exception.
msg - the detail message.nested - the nested Exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||