Class WrappedIOException

    • Constructor Detail

      • WrappedIOException

        public WrappedIOException​(Throwable e)
        constructor comment.
        Parameters:
        e - The root exception that caused this exception.
      • WrappedIOException

        public WrappedIOException​(String message,
                                  Throwable e)
        constructor comment.
        Parameters:
        message - Descriptive text for the exception.
        e - The root exception that caused this exception.