|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.jdo.JDOException javax.jdo.JDOCanRetryException javax.jdo.JDOUserException javax.jdo.JDOReadOnlyException
public class JDOReadOnlyException
This class represents exceptions caused by an attempt to update a datastore when the PMF was created as "read-only".
Constructor Summary | |
---|---|
JDOReadOnlyException()
Constructs a new JDOReadOnlyException without a
detail message. |
|
JDOReadOnlyException(java.lang.String msg)
Constructs a new JDOReadOnlyException with the
specified detail message. |
|
JDOReadOnlyException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new JDOReadOnlyException with the
specified detail message and nested Throwable s. |
|
JDOReadOnlyException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new JDOReadOnlyException with the
specified detail message and nested Throwable s. |
Method Summary |
---|
Methods inherited from class javax.jdo.JDOException |
---|
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JDOReadOnlyException()
JDOReadOnlyException
without a
detail message.
public JDOReadOnlyException(java.lang.String msg)
JDOReadOnlyException
with the
specified detail message.
msg
- the detail message.public JDOReadOnlyException(java.lang.String msg, java.lang.Throwable[] nested)
JDOReadOnlyException
with the
specified detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable[]
.public JDOReadOnlyException(java.lang.String msg, java.lang.Throwable nested)
JDOReadOnlyException
with the
specified detail message and nested Throwable
s.
msg
- the detail message.nested
- the nested Throwable
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |