![JAR search and dependency download from the Maven repository](/logo.png)
com.netflix.hystrix.exception.ExceptionNotWrappedByHystrix Maven / Gradle / Ivy
package com.netflix.hystrix.exception;
/**
* Exceptions can implement this interface to prevent Hystrix from wrapping detected exceptions in a HystrixRuntimeException
*/
public interface ExceptionNotWrappedByHystrix {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy