|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJDOFatalException
org.objectweb.speedo.api.JDODetachedFieldAccessException
This exception is the result of a user accessing a field of a detached instance, where the field was not copied to the detached instance.
Constructor Summary | |
JDODetachedFieldAccessException()
Constructs a new JDODetachedFieldAccessException without a
detail message. |
|
JDODetachedFieldAccessException(java.lang.String msg)
Constructs a new JDODetachedFieldAccessException with the
specified detail message. |
|
JDODetachedFieldAccessException(java.lang.String msg,
java.lang.Object failed)
* Constructs a new JDODetachedFieldAccessException with
the specified detail message and failed object. |
|
JDODetachedFieldAccessException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new JDODetachedFieldAccessException with the
specified detail message and nested Throwable s. |
|
JDODetachedFieldAccessException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new JDODetachedFieldAccessException with the
specified detail message and nested Throwable s. |
|
JDODetachedFieldAccessException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
* Constructs a new JDODetachedFieldAccessException with
the specified detail message, nested Throwable s, and
failed object. |
|
JDODetachedFieldAccessException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
* Constructs a new JDODetachedFieldAccessException with
the specified detail message, nested Throwable s, and
failed object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDODetachedFieldAccessException()
JDODetachedFieldAccessException
without a
detail message.
public JDODetachedFieldAccessException(java.lang.String msg)
JDODetachedFieldAccessException
with the
specified detail message.
msg
- the detail message.public JDODetachedFieldAccessException(java.lang.String msg, java.lang.Throwable[] nested)
JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable[]
.public JDODetachedFieldAccessException(java.lang.String msg, java.lang.Throwable nested)
JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable
.public JDODetachedFieldAccessException(java.lang.String msg, java.lang.Object failed)
JDODetachedFieldAccessException
with
the specified detail message and failed object.
msg
- the detail message.failed
- the failed object.public JDODetachedFieldAccessException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
JDODetachedFieldAccessException
with
the specified detail message, nested Throwable
s, and
failed object.
msg
- the detail message.nested
- the nested Throwable[]
.failed
- the failed object.public JDODetachedFieldAccessException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
JDODetachedFieldAccessException
with
the specified detail message, nested Throwable
s, 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 |