Class JDOCanRetryException

    • Constructor Detail

      • JDOCanRetryException

        public JDOCanRetryException()
        Creates a new JDOCanRetryException without detail message.
      • JDOCanRetryException

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

        public JDOCanRetryException​(String msg,
                                    Exception nested)
        Constructs a new JDOCanRetryException with the specified detail message and nested Exception.
        Parameters:
        msg - the detail message.
        nested - the nested Exception.
      • JDOCanRetryException

        public JDOCanRetryException​(String msg,
                                    Object[] failed)
        Constructs a new JDOCanRetryException with the specified detail message and failed object array.
        Parameters:
        msg - the detail message.
        failed - the failed object array.
      • JDOCanRetryException

        public JDOCanRetryException​(String msg,
                                    Exception nested,
                                    Object[] failed)
        Constructs a new JDOCanRetryException with the specified detail message, nested exception, and failed object array.
        Parameters:
        msg - the detail message.
        nested - the nested Exception.
        failed - the failed object array.