Class JDOUnsupportedOptionException

    • Constructor Detail

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