Package io.datarouter.exception.service
Class ExceptionRecordService
java.lang.Object
io.datarouter.exception.service.ExceptionRecordService
@Singleton public class ExceptionRecordService extends Object
-
Constructor Summary
Constructors Constructor Description ExceptionRecordService() -
Method Summary
Modifier and Type Method Description StringbuildDomainAndContext()StringbuildExceptionFormAction(String domainAndContext)StringbuildExceptionLink(String domainAndContext, String exceptionRecordId)StringbuildExceptionLinkForCurrentServer(ExceptionRecord exceptionRecord)StringbuildExceptionLinkForCurrentServer(String exceptionRecordId)
-
Constructor Details
-
ExceptionRecordService
public ExceptionRecordService()
-
-
Method Details