Class UserPortalExceptionHandler
- java.lang.Object
 - 
- de.xima.fc.user_portal.exceptions.UserPortalExceptionHandler
 
 
- 
@ExceptionHandler public class UserPortalExceptionHandler extends Object
Exception handler for exceptions that occur within the context of a user portal.- Since:
 - 8.2.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserPortalExceptionHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleViewExpired(org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent<javax.faces.application.ViewExpiredException> event)Handles a view expired exception by redirecting to the public welcome page. 
 - 
 
- 
- 
Method Detail
- 
handleViewExpired
public void handleViewExpired(@Handles org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent<javax.faces.application.ViewExpiredException> event)Handles a view expired exception by redirecting to the public welcome page.- Parameters:
 event- The event that contains the exception.
 
 - 
 
 -