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
| 从类 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.