Package javax.jdo

Class JDOUnsupportedOptionException

All Implemented Interfaces:
Serializable

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
See Also:
  • Field Details

  • 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.