Class WrappedExceptions

    • Constructor Detail

      • WrappedExceptions

        public WrappedExceptions​(Throwable... causes)
      • WrappedExceptions

        public WrappedExceptions​(String message,
                                 Throwable... causes)
    • Method Detail

      • getCauses

        public List<Throwable> getCauses()
        Gets the unmodifiable list of causes. The first cause is also the value returned from getCause();
        Returns:
        No defensive copy