public class DefaultWebResponseExceptionTranslator extends Object implements WebResponseExceptionTranslator
| Constructor and Description |
|---|
DefaultWebResponseExceptionTranslator() |
| Modifier and Type | Method and Description |
|---|---|
void |
setThrowableAnalyzer(org.springframework.security.web.util.ThrowableAnalyzer throwableAnalyzer) |
org.springframework.http.ResponseEntity<OAuth2Exception> |
translate(Exception e) |
public DefaultWebResponseExceptionTranslator()
public org.springframework.http.ResponseEntity<OAuth2Exception> translate(Exception e) throws Exception
translate in interface WebResponseExceptionTranslatorExceptionpublic void setThrowableAnalyzer(org.springframework.security.web.util.ThrowableAnalyzer throwableAnalyzer)
Copyright © 2019. All rights reserved.