com.netflix.hystrix.exception.ExceptionNotWrappedByHystrix Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hystrix-core Show documentation
Show all versions of hystrix-core Show documentation
hystrix-core developed by Netflix
package com.netflix.hystrix.exception;
/**
* Exceptions can implement this interface to prevent Hystrix from wrapping detected exceptions in a HystrixRuntimeException
*/
public interface ExceptionNotWrappedByHystrix {
}