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 TypeClassDescriptionclass
ErrorNumException
with HTTP status code of 400.class
ErrorNumException
with HTTP status code of 500 meant for configuration errors.class
class
ErrorNumException
with 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 void
CloudEdgeSwitch.enhanceWarnings
(ErrorNumException exception, ChenileExchange exchange) -
Uses of ErrorNumException in org.chenile.core.context
Fields in org.chenile.core.context declared as ErrorNumExceptionModifier and TypeFieldDescriptionprivate ErrorNumException
ChenileExchange.exception
The exception thrown by the service or any of the interceptorsprivate ErrorNumException
EventLog.exception
LogRecord.exception
Methods in org.chenile.core.context that return ErrorNumExceptionModifier and TypeMethodDescriptionprivate ErrorNumException
ChenileExchange.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 ErrorNumException
ServiceInvoker.surroundExceptionIfRequired
(Throwable e) -
Uses of ErrorNumException in org.chenile.filewatch.handler
Methods in org.chenile.filewatch.handler with parameters of type ErrorNumExceptionModifier and TypeMethodDescriptionvoid
FileWatchEventLogger.logError
(String batchId, int subErrorNum, String message, ErrorNumException... e) private void
FileWatchEventLogger.logEvent
(String batchId, EventLog.StatusEnum status, int subErrorNum, String message, ErrorNumException... e) void
FileWatchEventLogger.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 ErrorNumException
ParallelChain.generateOverallException
(String message)