com.alibaba.dubbo.registry.support
Class SkipFailbackWrapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alibaba.dubbo.registry.support.SkipFailbackWrapperException
All Implemented Interfaces:
Serializable

public class SkipFailbackWrapperException
extends RuntimeException

Wrapper异常,用于指示 FailbackRegistry跳过Failback。

NOTE: 期望找到其它更常规的指示方式。

Author:
ding.lid
See Also:
FailbackRegistry, Serialized Form

Constructor Summary
SkipFailbackWrapperException(Throwable cause)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkipFailbackWrapperException

public SkipFailbackWrapperException(Throwable cause)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable


Copyright © 2012–2017 Alibaba. All rights reserved.