com.sun.jdo.api.persistence.support
Class JDODataStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.jdo.api.persistence.support.JDOException
                  extended by com.sun.jdo.api.persistence.support.JDOCanRetryException
                      extended by com.sun.jdo.api.persistence.support.JDODataStoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JDOObjectNotFoundException

public class JDODataStoreException
extends JDOCanRetryException

Version:
0.1
Author:
Craig Russell
See Also:
Serialized Form

Constructor Summary
JDODataStoreException()
          Creates a new JDODataStoreException without detail message.
JDODataStoreException(java.lang.String msg)
          Constructs a new JDODataStoreException with the specified detail message.
JDODataStoreException(java.lang.String msg, java.lang.Exception nested)
          Constructs a new JDODataStoreException with the specified detail message and nested Exception.
JDODataStoreException(java.lang.String msg, java.lang.Exception nested, java.lang.Object[] failed)
          Constructs a new JDODataStoreException with the specified detail message, nested exception, and failed object array.
JDODataStoreException(java.lang.String msg, java.lang.Object[] failed)
          Constructs a new JDODataStoreException with the specified detail message and failed object array.
 
Method Summary
 
Methods inherited from class com.sun.jdo.api.persistence.support.JDOException
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDODataStoreException

public JDODataStoreException()
Creates a new JDODataStoreException without detail message.


JDODataStoreException

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

Parameters:
msg - the detail message.

JDODataStoreException

public JDODataStoreException(java.lang.String msg,
                             java.lang.Exception nested)
Constructs a new JDODataStoreException with the specified detail message and nested Exception.

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

JDODataStoreException

public JDODataStoreException(java.lang.String msg,
                             java.lang.Object[] failed)
Constructs a new JDODataStoreException with the specified detail message and failed object array.

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

JDODataStoreException

public JDODataStoreException(java.lang.String msg,
                             java.lang.Exception nested,
                             java.lang.Object[] failed)
Constructs a new JDODataStoreException with the specified detail message, nested exception, and failed object array.

Parameters:
msg - the detail message.
nested - the nested Exception.
failed - the failed object array.


Copyright © 2012 GlassFish Community. All Rights Reserved.