Class UnpublishedNodeExceptionHandler
java.lang.Object
ch.tocco.nice2.optional.cms.impl.publish.exception.notfound.UnpublishedNodeExceptionHandler
- All Implemented Interfaces:
ExceptionHandler<UnpublishedNodeException>
@Component
@Deprecated
public class UnpublishedNodeExceptionHandler
extends Object
implements ExceptionHandler<UnpublishedNodeException>
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, UnpublishedNodeException exception) Deprecated.
-
Constructor Details
-
UnpublishedNodeExceptionHandler
Deprecated.
-
-
Method Details
-
handle
public void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, UnpublishedNodeException exception) throws Exception Deprecated.- Specified by:
handle
in interfaceExceptionHandler<UnpublishedNodeException>
- Throws:
Exception
-