Bug #1465
openEn errores: ClassCastException: ConocerException cannot be cast to ServiceException
Description
Al salir errores saca este stack, en vez del stack real:
2026-01-29 20:02:44,256 [http-nio-8090-exec-4] ERROR m.g.c.s.s.commons.aop.TracingAOP - <<-- An exception has occurred: java.lang.ClassCastException: mx.gob.conocer.sii.commons.exception.ConocerException cannot be cast to mx.gob.conocer.sii.commons.exception.ServiceException mx.gob.conocer.sii.service.commons.curp.impl.CurpServiceImpl:getDataFromRenapoByCurp:[AACH820901HDFRRL04]
2026-01-29 20:02:44,256 [http-nio-8090-exec-4] ERROR m.g.c.s.s.commons.aop.TracingAOP - mx.gob.conocer.sii.commons.exception.ConocerException cannot be cast to mx.gob.conocer.sii.commons.exception.ServiceException
java.lang.ClassCastException: mx.gob.conocer.sii.commons.exception.ConocerException cannot be cast to mx.gob.conocer.sii.commons.exception.ServiceException
Updated by Miguel Ruiz Velasco 23 days ago
- Status changed from New to In Progress
Updated by Miguel Ruiz Velasco 23 days ago
- % Done changed from 0 to 100
Se comentaro todos los cast de ServiceException en throw ConocerExceptionBuilder
Updated by Miguel Ruiz Velasco 23 days ago
- Status changed from In Progress to Feedback