Package io.jans.as.server.service
Class ErrorHandlerService
- java.lang.Object
-
- io.jans.as.server.service.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
-
-
Constructor Summary
Constructors Constructor Description ErrorHandlerService()
-
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)
-