public class JDODetachedFieldAccessException extends JDOUserException
Constructor and Description |
---|
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.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. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
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
.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.