Class MultipleIOException

All Implemented Interfaces:
Serializable

@Public @Stable public class MultipleIOException extends IOException
Encapsulate a list of IOException into an IOException
See Also:
  • Method Details

    • getExceptions

      public List<IOException> getExceptions()
      Returns:
      the underlying exceptions
    • createIOException

      public static IOException createIOException(List<IOException> exceptions)
      A convenient method to create an IOException.
      Parameters:
      exceptions - IOException List.
      Returns:
      IOException.