Class ServiceError
java.lang.Object
org.summerboot.jexpress.nio.server.domain.ServiceError
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Constructor Summary
ConstructorsConstructorDescriptionServiceError(int errorCode, String errorTag, String errorDesc, Throwable ex) ServiceError(long ref) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddErrors(Collection<Err> es) voidlonggetRef()voidsetAttachedData(Object attachedData) voidvoidsetRef(long ref) toJson()toString()toXML()
-
Constructor Details
-
ServiceError
public ServiceError() -
ServiceError
public ServiceError(long ref) -
ServiceError
-
-
Method Details