Class PropagationException

    • Constructor Detail

      • PropagationException

        public PropagationException​(String resourceName,
                                    String stackTrace)
        Create a new instance based on resource name and original stacktrace received during propagation.
        Parameters:
        resourceName - name of resource involved in this exception
        stackTrace - original stacktrace
    • Method Detail

      • getResourceName

        public String getResourceName()
        Returns:
        name of resource involved in this exception