Interface ExceptionPropagator<K>

    • Method Detail

      • propagateException

        RuntimeException propagateException​(K key,
                                            ExceptionInformation exceptionInformation)
        Deprecated.
        Generate runtime exception to throw. The original exception is passed in as information. Every returned exception should be filled with a stack trace based on the current method call. This is done by the exception constructor automatically.
        Parameters:
        exceptionInformation - information when the original exception occurred.