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 Throwables. | 
JDOReadOnlyException(String msg,
                    Throwable[] nested)
Constructs a new  
JDOReadOnlyException with the
 specified detail message and nested Throwables. | 
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTracepublic 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 Throwables.msg - the detail message.nested - the nested Throwable[].Copyright © 2005–2020 Apache Software Foundation. All rights reserved.