Uses of Class
org.chenile.base.exception.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
Modifier 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
Modifier and TypeMethodDescriptionprivate void
CloudEdgeSwitch.enhanceWarnings
(ErrorNumException exception, ChenileExchange exchange) -
Uses of ErrorNumException in org.chenile.core.context
Modifier and TypeFieldDescriptionprivate ErrorNumException
ChenileExchange.exception
The exception thrown by the service or any of the interceptorsprivate ErrorNumException
EventLog.exception
LogRecord.exception
Modifier and TypeMethodDescriptionprivate ErrorNumException
ChenileExchange.createErrorNumExceptionIfRequired
(Throwable e) ChenileExchange.getException()
EventLog.getException()
-
Uses of ErrorNumException in org.chenile.core.interceptors
Modifier and TypeMethodDescriptionprivate ErrorNumException
ServiceInvoker.surroundExceptionIfRequired
(Throwable e) -
Uses of ErrorNumException in org.chenile.owiz.impl
Modifier and TypeMethodDescriptionprotected ErrorNumException
ParallelChain.generateOverallException
(String message)