Package javax.jdo

Class JDOReadOnlyException

All Implemented Interfaces:
Serializable

public class JDOReadOnlyException extends JDOUserException
This class represents exceptions caused by an attempt to update a datastore when the PMF was created as "read-only".
Since:
2.2
Version:
2.2
See Also:
  • Field Details

  • Constructor Details

    • JDOReadOnlyException

      public JDOReadOnlyException()
      Constructs a new JDOReadOnlyException without a detail message.
      Since:
      2.2
    • JDOReadOnlyException

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

      public JDOReadOnlyException(String msg, Throwable[] nested)
      Constructs a new JDOReadOnlyException with the specified detail message and nested Throwables.
      Parameters:
      msg - the detail message.
      nested - the nested Throwable[].
      Since:
      2.2
    • JDOReadOnlyException

      public JDOReadOnlyException(String msg, Throwable nested)
      Constructs a new JDOReadOnlyException with the specified detail message and nested Throwables.
      Parameters:
      msg - the detail message.
      nested - the nested Throwable.
      Since:
      2.2