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.exception
Subclasses 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.interceptor
Methods 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.context
Fields 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.interceptors
Methods in org.chenile.core.interceptors that return ErrorNumExceptionModifier and TypeMethodDescriptionprivate ErrorNumExceptionServiceInvoker.surroundExceptionIfRequired(Throwable e) -
Uses of ErrorNumException in org.chenile.filewatch.handler
Methods 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.impl
Methods in org.chenile.owiz.impl that return ErrorNumExceptionModifier and TypeMethodDescriptionprotected ErrorNumExceptionParallelChain.generateOverallException(String message)