Class FallbackNodeExceptionHandler
java.lang.Object
ch.tocco.nice2.dms.spi.publish.exception.FallbackNodeExceptionHandler
- All Implemented Interfaces:
ExceptionHandler<Exception>
- Direct Known Subclasses:
AccessDeniedExceptionHandler
,AccessDeniedExceptionHandler
public abstract class FallbackNodeExceptionHandler
extends Object
implements ExceptionHandler<Exception>
-
Constructor Summary
ModifierConstructorDescriptionprotected
FallbackNodeExceptionHandler
(RequestService requestService) -
Method Summary
Modifier and TypeMethodDescriptionprotected Optional
<ContentTreeNode> getFallbackNode
(Exception exception) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.dms.spi.publish.exception.ExceptionHandler
handle
-
Constructor Details
-
FallbackNodeExceptionHandler
-
-
Method Details
-
getFallbackNode
-