Class SecurityExceptionHandlerAssistant

java.lang.Object
org.tynamo.security.internal.SecurityExceptionHandlerAssistant
All Implemented Interfaces:
org.apache.tapestry5.ExceptionHandlerAssistant

public class SecurityExceptionHandlerAssistant extends Object implements org.apache.tapestry5.ExceptionHandlerAssistant
  • Constructor Details

    • SecurityExceptionHandlerAssistant

      public SecurityExceptionHandlerAssistant(SecurityService securityService, LoginContextService pageService, org.apache.tapestry5.internal.services.RequestPageCache pageCache, org.apache.tapestry5.http.services.Response response, org.apache.tapestry5.internal.services.PageResponseRenderer renderer)
  • Method Details

    • handleRequestException

      public Object handleRequestException(Throwable exception, List<Object> exceptionContext) throws IOException
      Specified by:
      handleRequestException in interface org.apache.tapestry5.ExceptionHandlerAssistant
      Throws:
      IOException