|
||||||||||
| 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
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
public class NucleusUserException
Exception thrown by JPOX when a user error occurs.
| Constructor Summary | |
|---|---|
NucleusUserException()
Constructs a new exception without a detail message. |
|
NucleusUserException(java.lang.String msg)
Constructs a new exception with the specified detail message. |
|
NucleusUserException(java.lang.String msg,
java.lang.Object failed)
Constructs a new exception with the specified detail message and failed object. |
|
NucleusUserException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new exception with the specified detail message and nested Throwable. |
|
NucleusUserException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new exception with the specified detail message and nested Throwables. |
|
NucleusUserException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
Constructs a new exception with the specified detail message, nested Throwables, and failed object. |
|
NucleusUserException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
Constructs a new exception with the specified detail message, nested Throwable,
and failed object. |
|
| Method Summary |
|---|
| Methods inherited from class org.datanucleus.exceptions.NucleusException |
|---|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NucleusUserException()
public NucleusUserException(java.lang.String msg)
msg - the detail message.
public NucleusUserException(java.lang.String msg,
java.lang.Throwable[] nested)
Throwables.
msg - the detail message.nested - the nested Throwable[].
public NucleusUserException(java.lang.String msg,
java.lang.Throwable nested)
Throwable.
msg - the detail message.nested - the nested Throwable.
public NucleusUserException(java.lang.String msg,
java.lang.Object failed)
msg - the detail message.failed - the failed object.
public NucleusUserException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
Throwables, and failed object.
msg - the detail message.nested - the nested Throwable[].failed - the failed object.
public NucleusUserException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
Throwable,
and failed object.
msg - the detail message.nested - the nested Throwable.failed - the failed object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||