Class AggregateException

    • Constructor Detail

      • AggregateException

        public AggregateException()
      • AggregateException

        public AggregateException​(String message)
      • AggregateException

        public AggregateException​(String message,
                                  Throwable cause)
      • AggregateException

        public AggregateException​(Throwable cause)
      • AggregateException

        public AggregateException​(String message,
                                  Throwable cause,
                                  boolean enableSuppression,
                                  boolean writableStackTrace)