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