public class EzyRequestHandleException extends IllegalStateException
| Modifier and Type | Field and Description |
|---|---|
protected com.tvd12.ezyfox.constant.EzyConstant |
command |
protected Object |
data |
protected EzySession |
session |
| Constructor and Description |
|---|
EzyRequestHandleException(EzySession session,
com.tvd12.ezyfox.constant.EzyConstant cmd,
Object data,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
newHandleRequestErrorMessage(EzySession session,
com.tvd12.ezyfox.constant.EzyConstant cmd,
Object data) |
static EzyRequestHandleException |
requestHandleException(EzySession session,
com.tvd12.ezyfox.constant.EzyConstant cmd,
Object data,
Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final EzySession session
protected final com.tvd12.ezyfox.constant.EzyConstant command
protected final Object data
public EzyRequestHandleException(EzySession session, com.tvd12.ezyfox.constant.EzyConstant cmd, Object data, Throwable e)
public static EzyRequestHandleException requestHandleException(EzySession session, com.tvd12.ezyfox.constant.EzyConstant cmd, Object data, Throwable e)
protected static String newHandleRequestErrorMessage(EzySession session, com.tvd12.ezyfox.constant.EzyConstant cmd, Object data)
Copyright © 2021 Young Monkeys. All rights reserved.