Package javax.jdo

Class JDOEnhanceException

    • Constructor Detail

      • JDOEnhanceException

        public JDOEnhanceException()
        Constructs a new JDOEnhanceException without a detail message.
      • JDOEnhanceException

        public JDOEnhanceException​(String msg)
        Constructs a new JDOEnhanceException with the specified detail message.
        Parameters:
        msg - the detail message.
      • JDOEnhanceException

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

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