Class SecuritySpringExceptionHandler
java.lang.Object
net.officefloor.spring.starter.rest.security.SecuritySpringExceptionHandler
- All Implemented Interfaces:
SpringExceptionHandler
Spring Security
SpringExceptionHandler.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(Throwable exception, SpringServerHttpConnection connection) Handles theExceptionfromDispatcherServlet.
-
Constructor Details
-
SecuritySpringExceptionHandler
public SecuritySpringExceptionHandler()
-
-
Method Details
-
handle
Description copied from interface:SpringExceptionHandlerHandles theExceptionfromDispatcherServlet.- Specified by:
handlein interfaceSpringExceptionHandler- Parameters:
exception-ThrowablefromDispatcherServlet.connection-SpringServerHttpConnection.- Returns:
trueif handled.- Throws:
Exception- If fails to handle.
-