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 Throwable s. |
JDOReadOnlyException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOReadOnlyException with the
specified detail message and nested Throwable s. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
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
.