public class JDOReadOnlyException extends JDOUserException
failed, nested| Constructor and Description |
|---|
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 Throwables. |
JDOReadOnlyException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOReadOnlyException with the
specified detail message and nested Throwables. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringpublic 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 Throwables.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 Throwables.msg - the detail message.nested - the nested Throwable.