org.springframework.security.oauth2.provider.error
Class DefaultProviderExceptionHandler
java.lang.Object
org.springframework.security.oauth2.provider.error.DefaultProviderExceptionHandler
- All Implemented Interfaces:
- ProviderExceptionHandler
public class DefaultProviderExceptionHandler
- extends Object
- implements ProviderExceptionHandler
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultProviderExceptionHandler
public DefaultProviderExceptionHandler()
handle
public org.springframework.http.ResponseEntity<OAuth2Exception> handle(Exception e)
throws Exception
- Specified by:
handle in interface ProviderExceptionHandler
- Throws:
Exception
setThrowableAnalyzer
public void setThrowableAnalyzer(org.springframework.security.web.util.ThrowableAnalyzer throwableAnalyzer)
Copyright © 2012. All Rights Reserved.