org.springframework.security.oauth2.provider.error
类 DefaultWebResponseExceptionTranslator

java.lang.Object
  继承者 org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator
所有已实现的接口:
WebResponseExceptionTranslator

public class DefaultWebResponseExceptionTranslator
extends Object
implements WebResponseExceptionTranslator

作者:
Dave Syer

构造方法摘要
DefaultWebResponseExceptionTranslator()
           
 
方法摘要
 void setThrowableAnalyzer(org.springframework.security.web.util.ThrowableAnalyzer throwableAnalyzer)
           
 org.springframework.http.ResponseEntity<OAuth2Exception> translate(Exception e)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DefaultWebResponseExceptionTranslator

public DefaultWebResponseExceptionTranslator()
方法详细信息

translate

public org.springframework.http.ResponseEntity<OAuth2Exception> translate(Exception e)
                                                                   throws Exception
指定者:
接口 WebResponseExceptionTranslator 中的 translate
抛出:
Exception

setThrowableAnalyzer

public void setThrowableAnalyzer(org.springframework.security.web.util.ThrowableAnalyzer throwableAnalyzer)


Copyright © 2013. All rights reserved.