javax.jdo
Class JDODetachedFieldAccessException
java.lang.RuntimeException
public class JDODetachedFieldAccessException
This class represents exceptions caused by access of an unloaded field while
the instance is detached.
JDODetachedFieldAccessException
public JDODetachedFieldAccessException()
Constructs a new JDODetachedFieldAccessException
without a
detail message.
JDODetachedFieldAccessException
public JDODetachedFieldAccessException(String msg)
Constructs a new JDODetachedFieldAccessException
with the
specified detail message.
msg
- the detail message.
JDODetachedFieldAccessException
public JDODetachedFieldAccessException(String msg,
Throwable nested)
Constructs a new JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable
.
JDODetachedFieldAccessException
public JDODetachedFieldAccessException(String msg,
Throwable[] nested)
Constructs a new JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable[]
.