Class ErrorHandlerService


  • @ApplicationScoped
    @Named
    public class ErrorHandlerService
    extends java.lang.Object
    Helper service to generate either error response or local error based on application settings
    Author:
    Yuriy Movchan Date: 12/07/2018
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleError​(java.lang.String facesMessageId, io.jans.as.model.error.IErrorType errorType, java.lang.String hint)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorHandlerService

        public ErrorHandlerService()
    • Method Detail

      • handleError

        public void handleError​(java.lang.String facesMessageId,
                                io.jans.as.model.error.IErrorType errorType,
                                java.lang.String hint)