|
||||||||||
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.NucleusCanRetryException
public class NucleusCanRetryException
Exception thrown when a retriable error occurs.
Constructor Summary | |
---|---|
NucleusCanRetryException()
Constructs a new exception without a detail message. |
|
NucleusCanRetryException(String msg)
Constructs a new exception with the specified detail message. |
|
NucleusCanRetryException(String msg,
Object failed)
Constructs a new exception with the specified detail message and failed object. |
|
NucleusCanRetryException(String msg,
Throwable nested)
Constructs a new exception with the specified detail message and nested Throwable . |
|
NucleusCanRetryException(String msg,
Throwable[] nested)
Constructs a new exception with the specified detail message and nested Throwable s. |
|
NucleusCanRetryException(String msg,
Throwable[] nested,
Object failed)
Constructs a new exception with the specified detail message, nested Throwable s, and failed object. |
|
NucleusCanRetryException(String msg,
Throwable nested,
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, setNestedException |
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 NucleusCanRetryException()
public NucleusCanRetryException(String msg)
msg
- the detail message.public NucleusCanRetryException(String msg, Throwable[] nested)
Throwable
s.
msg
- the detail message.nested
- the nested Throwable[]
.public NucleusCanRetryException(String msg, Throwable nested)
Throwable
.
msg
- the detail message.nested
- the nested Throwable
.public NucleusCanRetryException(String msg, Object failed)
msg
- the detail message.failed
- the failed object.public NucleusCanRetryException(String msg, Throwable[] nested, Object failed)
Throwable
s, and failed object.
msg
- the detail message.nested
- the nested Throwable[]
.failed
- the failed object.public NucleusCanRetryException(String msg, Throwable nested, 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 |