Class NoFallbackAvailableException

  • All Implemented Interfaces:
    Serializable

    public class NoFallbackAvailableException
    extends RuntimeException
    A runtime exception that tells no fallback is available for the circuit breaker.
    Author:
    Toshiaki Maki
    See Also:
    Serialized Form
    • Constructor Detail

      • NoFallbackAvailableException

        public NoFallbackAvailableException​(String message,
                                            Throwable cause)