Class RPCError
java.lang.Object
org.summerboot.jexpress.nio.client.RPCError
- All Implemented Interfaces:
ServiceErrorConvertible
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantoSerivceError(io.netty.handler.codec.http.HttpResponseStatus status) toSerivceErrors(io.netty.handler.codec.http.HttpResponseStatus status)
-
Constructor Details
-
RPCError
public RPCError()
-
-
Method Details
-
isSingleError
public boolean isSingleError()- Specified by:
isSingleErrorin interfaceServiceErrorConvertible
-
toSerivceError
- Specified by:
toSerivceErrorin interfaceServiceErrorConvertible
-
toSerivceErrors
- Specified by:
toSerivceErrorsin interfaceServiceErrorConvertible
-