com.sun.jdo.api.persistence.support
Class JDOFatalDataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.support.JDOException
com.sun.jdo.api.persistence.support.JDOFatalException
com.sun.jdo.api.persistence.support.JDOFatalDataStoreException
- All Implemented Interfaces:
- Serializable
public class JDOFatalDataStoreException
- extends JDOFatalException
- Version:
- 0.1
- Author:
- clr
- See Also:
- Serialized Form
JDOFatalDataStoreException
public JDOFatalDataStoreException()
- Creates a new
JDOFatalDataStoreException without detail message.
JDOFatalDataStoreException
public JDOFatalDataStoreException(String msg)
- Constructs a new
JDOFatalDataStoreException with the specified detail message.
- Parameters:
msg - the detail message.
JDOFatalDataStoreException
public JDOFatalDataStoreException(String msg,
Exception nested)
- Constructs a new
JDOFatalDataStoreException with the specified detail message and nested Exception.
- Parameters:
msg - the detail message.nested - the nested Exception.
Copyright © 2012. All Rights Reserved.