javax.jdo

Class JDOUnsupportedOptionException


public class JDOUnsupportedOptionException
extends JDOUserException

This class represents exceptions caused by the use of optional features not supported by the JDO implementation.
Version:
1.0

Constructor Summary

JDOUnsupportedOptionException()
Constructs a new JDOUnsupportedOptionException without a detail message.
JDOUnsupportedOptionException(String msg)
Constructs a new JDOUnsupportedOptionException with the specified detail message.
JDOUnsupportedOptionException(String msg, Throwable nested)
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Throwables.
JDOUnsupportedOptionException(String msg, Throwable[] nested)
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Throwables.

Method Summary

Methods inherited from class javax.jdo.JDOException

getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString

Constructor Details

JDOUnsupportedOptionException

public JDOUnsupportedOptionException()
Constructs a new JDOUnsupportedOptionException without a 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,
                                     Throwable nested)
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Throwables.
Parameters:
msg - the detail message.
nested - the nested Throwable.

JDOUnsupportedOptionException

public JDOUnsupportedOptionException(String msg,
                                     Throwable[] nested)
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Throwables.
Parameters:
msg - the detail message.
nested - the nested Throwable[].