Class SkipFailbackWrapperException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.dubbo.registry.support.SkipFailbackWrapperException
All Implemented Interfaces:
Serializable

public class SkipFailbackWrapperException extends RuntimeException
Wrapper Exception, it is used to indicate that FailbackRegistry skips Failback.

NOTE: Expect to find other more conventional ways of instruction.

See Also:
  • Constructor Details

    • SkipFailbackWrapperException

      public SkipFailbackWrapperException(Throwable cause)
  • Method Details