org.springframework.security.oauth2.common
Class DefaultThrowableAnalyzer
java.lang.Object
org.springframework.security.web.util.ThrowableAnalyzer
org.springframework.security.oauth2.common.DefaultThrowableAnalyzer
public final class DefaultThrowableAnalyzer
- extends org.springframework.security.web.util.ThrowableAnalyzer
Default implementation of ThrowableAnalyzer
which is capable of also unwrapping
ServletException
s.
Fields inherited from class org.springframework.security.web.util.ThrowableAnalyzer |
DEFAULT_EXTRACTOR, INVOCATIONTARGET_EXTRACTOR |
Methods inherited from class org.springframework.security.web.util.ThrowableAnalyzer |
determineCauseChain, getFirstThrowableOfType, registerExtractor, verifyThrowableHierarchy |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultThrowableAnalyzer
public DefaultThrowableAnalyzer()
initExtractorMap
protected void initExtractorMap()
- Overrides:
initExtractorMap
in class org.springframework.security.web.util.ThrowableAnalyzer
- See Also:
ThrowableAnalyzer.initExtractorMap()
Copyright © 2013. All rights reserved.