org.objectweb.speedo.api
Class JDODetachedFieldAccessException

java.lang.Object
  extended byJDOFatalException
      extended byorg.objectweb.speedo.api.JDODetachedFieldAccessException

public class JDODetachedFieldAccessException
extends JDOFatalException

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.

Author:
Y.Bersihand
See Also:
Serialized Form

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 Throwables.
JDODetachedFieldAccessException(java.lang.String msg, java.lang.Throwable[] nested)
          Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.
JDODetachedFieldAccessException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
          * Constructs a new JDODetachedFieldAccessException with the specified detail message, nested Throwables, 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 Throwables, and failed object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDODetachedFieldAccessException

public JDODetachedFieldAccessException()
Constructs a new JDODetachedFieldAccessException without a detail message.


JDODetachedFieldAccessException

public JDODetachedFieldAccessException(java.lang.String msg)
Constructs a new JDODetachedFieldAccessException with the specified detail message.

Parameters:
msg - the detail message.

JDODetachedFieldAccessException

public JDODetachedFieldAccessException(java.lang.String msg,
                                       java.lang.Throwable[] nested)
Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.

Parameters:
msg - the detail message.
nested - the nested Throwable[].

JDODetachedFieldAccessException

public JDODetachedFieldAccessException(java.lang.String msg,
                                       java.lang.Throwable nested)
Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.

Parameters:
msg - the detail message.
nested - the nested Throwable.

JDODetachedFieldAccessException

public JDODetachedFieldAccessException(java.lang.String msg,
                                       java.lang.Object failed)
* Constructs a new JDODetachedFieldAccessException with the specified detail message and failed object.

Parameters:
msg - the detail message.
failed - the failed object.

JDODetachedFieldAccessException

public JDODetachedFieldAccessException(java.lang.String msg,
                                       java.lang.Throwable[] nested,
                                       java.lang.Object failed)
* Constructs a new JDODetachedFieldAccessException with the specified detail message, nested Throwables, and failed object.

Parameters:
msg - the detail message.
nested - the nested Throwable[].
failed - the failed object.

JDODetachedFieldAccessException

public JDODetachedFieldAccessException(java.lang.String msg,
                                       java.lang.Throwable nested,
                                       java.lang.Object failed)
* Constructs a new JDODetachedFieldAccessException with the specified detail message, nested Throwables, and failed object.

Parameters:
msg - the detail message.
nested - the nested Throwable.
failed - the failed object.