Uses of Class
org.cxbox.core.exception.BusinessIntermediateException
-
Packages that use BusinessIntermediateException Package Description org.cxbox.core.controller org.cxbox.core.dto org.cxbox.core.exception -
-
Uses of BusinessIntermediateException in org.cxbox.core.controller
Methods in org.cxbox.core.controller with parameters of type BusinessIntermediateException Modifier and Type Method Description ErrorResponseDTOGlobalExceptionHandler. businessIntermediateException(Object data, BusinessIntermediateException e) -
Uses of BusinessIntermediateException in org.cxbox.core.dto
Constructors in org.cxbox.core.dto with parameters of type BusinessIntermediateException Constructor Description ErrorResponseDTO(BusinessIntermediateException e) -
Uses of BusinessIntermediateException in org.cxbox.core.exception
Methods in org.cxbox.core.exception that return BusinessIntermediateException Modifier and Type Method Description BusinessIntermediateExceptionBusinessIntermediateException. setEntity(BusinessError.Entity entity)BusinessIntermediateExceptionBusinessIntermediateException. setObject(Object object)
-