JDO Exception

JDOReadOnlyException

java.lang.Object
  ∟ java.lang.Throwable
    ∟ java.lang.Exception
      ∟ java.lang.RuntimeException
        ∟ javax.jdo.JDOException
          ∟ javax.jdo.JDOCanRetryException
            ∟ javax.jdo.JDOUserException
              ∟ javax.jdo.JDOReadOnlyException

This class represents exceptions caused by an attempt to update a datastore when the PMF was created as "read-only".
Since:
JDO 2.2

Public Constructors

Constructs a new JDOReadOnlyException without a detail message.
Since:
JDO 2.2
Constructs a new JDOReadOnlyException with the specified detail message.
Parameters:
msg - the detail message.
Since:
JDO 2.2
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:
JDO 2.2
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:
JDO 2.2

Method inherited from class javax.jdo.JDOException

getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString

Method inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Method inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait