public class JDODetachedFieldAccessException extends JDOUserException
Constructor and Description |
---|
JDODetachedFieldAccessException()
Constructs a new
JDODetachedFieldAccessException without a detail message. |
JDODetachedFieldAccessException(String msg)
Constructs a new
JDODetachedFieldAccessException with the
specified detail message. |
JDODetachedFieldAccessException(String msg,
Object failed)
Constructs a new
JDODetachedFieldAccessException
with the specified detail message and failed object. |
JDODetachedFieldAccessException(String msg,
Throwable nested)
Constructs a new
JDODetachedFieldAccessException with the
specified detail message and nested Throwable s. |
JDODetachedFieldAccessException(String msg,
Throwable[] nested)
Constructs a new
JDODetachedFieldAccessException with the
specified detail message and nested Throwable s. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
public JDODetachedFieldAccessException()
JDODetachedFieldAccessException
without a detail message.public JDODetachedFieldAccessException(String msg)
JDODetachedFieldAccessException
with the
specified detail message.msg
- the detail message.public JDODetachedFieldAccessException(String msg, Object failed)
JDODetachedFieldAccessException
with the specified detail message and failed object.msg
- the detail message.failed
- the failed object.public JDODetachedFieldAccessException(String msg, Throwable[] nested)
JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.msg
- the detail message.nested
- the nested Throwable[]
.Copyright © 2005–1970 Apache Software Foundation. All rights reserved.