public class JDOReadOnlyException extends JDOUserException
Constructor and Description |
---|
JDOReadOnlyException()
Constructs a new
JDOReadOnlyException without a detail message. |
JDOReadOnlyException(String msg)
Constructs a new
JDOReadOnlyException with the
specified detail message. |
JDOReadOnlyException(String msg,
Throwable nested)
Constructs a new
JDOReadOnlyException with the
specified detail message and nested Throwable s. |
JDOReadOnlyException(String msg,
Throwable[] nested)
Constructs a new
JDOReadOnlyException with the
specified detail message and nested Throwable s. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
public JDOReadOnlyException()
JDOReadOnlyException
without a detail message.public JDOReadOnlyException(String msg)
JDOReadOnlyException
with the
specified detail message.msg
- the detail message.public JDOReadOnlyException(String msg, Throwable[] nested)
JDOReadOnlyException
with the
specified detail message and nested Throwable
s.msg
- the detail message.nested
- the nested Throwable[]
.Copyright © 2005–1970 Apache Software Foundation. All rights reserved.