Class JDODataStoreException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JDOObjectNotFoundException

public class JDODataStoreException extends JDOCanRetryException
Version:
0.1
Author:
Craig Russell
See Also:
  • Constructor Details

    • JDODataStoreException

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

      public JDODataStoreException(String msg)
      Constructs a new JDODataStoreException with the specified detail message.
      Parameters:
      msg - the detail message.
    • JDODataStoreException

      public JDODataStoreException(String msg, 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(String msg, 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(String msg, Exception nested, 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.