com.sun.jdo.api.persistence.support
Class JDOFatalException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JDOFatalDataStoreException, JDOFatalInternalException, JDOFatalUserException
public class JDOFatalException
- extends JDOException
- Version:
- 0.1
- Author:
- Craig Russell
- See Also:
- Serialized Form
JDOFatalException
public JDOFatalException()
- Creates a new
JDOFatalException without detail message.
JDOFatalException
public JDOFatalException(String msg)
- Constructs a new
JDOFatalException with the specified detail message.
- Parameters:
msg - the detail message.
JDOFatalException
public JDOFatalException(String msg,
Exception nested)
- Constructs a new
JDOFatalException with the specified detail message and nested Exception.
- Parameters:
msg - the detail message.nested - the nested Exception.
Copyright © 2012. All Rights Reserved.