Class DefaultActionMethodExceptionProcess

java.lang.Object
com.iohao.net.framework.core.flow.internal.DefaultActionMethodExceptionProcess
All Implemented Interfaces:
ActionMethodExceptionProcess

public final class DefaultActionMethodExceptionProcess extends Object implements ActionMethodExceptionProcess
Default exception processor that wraps exceptions into MessageException.

If the thrown exception is already a MessageException, it is returned as-is. Otherwise, the exception is logged and wrapped with a generic system error code.

Author:
渔民小镇
date:
2021-12-20