Uses of Class
org.chenile.base.exception.ErrorNumException
Packages that use ErrorNumException
Package
Description
Contains all exception classes for well-known HTTP status codes.Services must throw
 these.
Cloud edge switch - the interceptor class is defined here
The core Chenile exchange objects are defined here.
Define Core Chenile interceptors
Key Command implementations, chain implementations and base classes are defined here.
- 
Uses of ErrorNumException in org.chenile.base.exceptionSubclasses of ErrorNumException in org.chenile.base.exceptionModifier and TypeClassDescriptionclassErrorNumExceptionwith HTTP status code of 400.classErrorNumExceptionwith HTTP status code of 500 meant for configuration errors.classclassErrorNumExceptionwith HTTP status code of 500 for runtime errors.
- 
Uses of ErrorNumException in org.chenile.cloudedgeswitch.interceptorMethods in org.chenile.cloudedgeswitch.interceptor with parameters of type ErrorNumExceptionModifier and TypeMethodDescriptionprivate voidCloudEdgeSwitch.enhanceWarnings(ErrorNumException exception, ChenileExchange exchange) 
- 
Uses of ErrorNumException in org.chenile.core.contextFields in org.chenile.core.context declared as ErrorNumExceptionModifier and TypeFieldDescriptionprivate ErrorNumExceptionChenileExchange.exceptionThe exception thrown by the service or any of the interceptorsprivate ErrorNumExceptionEventLog.exceptionLogRecord.exceptionMethods in org.chenile.core.context that return ErrorNumExceptionModifier and TypeMethodDescriptionprivate ErrorNumExceptionChenileExchange.createErrorNumExceptionIfRequired(Throwable e) ChenileExchange.getException()EventLog.getException()Methods in org.chenile.core.context with parameters of type ErrorNumException
- 
Uses of ErrorNumException in org.chenile.core.interceptorsMethods in org.chenile.core.interceptors that return ErrorNumExceptionModifier and TypeMethodDescriptionprivate ErrorNumExceptionServiceInvoker.surroundExceptionIfRequired(Throwable e) 
- 
Uses of ErrorNumException in org.chenile.filewatch.handlerMethods in org.chenile.filewatch.handler with parameters of type ErrorNumExceptionModifier and TypeMethodDescriptionvoidFileWatchEventLogger.logError(String batchId, int subErrorNum, String message, ErrorNumException... e) private voidFileWatchEventLogger.logEvent(String batchId, EventLog.StatusEnum status, int subErrorNum, String message, ErrorNumException... e) voidFileWatchEventLogger.logWarning(int subErrorNum, String message, ErrorNumException... e) 
- 
Uses of ErrorNumException in org.chenile.owiz.implMethods in org.chenile.owiz.impl that return ErrorNumExceptionModifier and TypeMethodDescriptionprotected ErrorNumExceptionParallelChain.generateOverallException(String message)