Searched refs:protocolExceptionWithCause (Results 1 – 1 of 1) sorted by relevance
208 throw protocolExceptionWithCause("problem parsing stats", e); in readNetworkStatsSummaryDev()258 throw protocolExceptionWithCause("problem parsing stats", e); in readNetworkStatsSummaryXt()390 throw protocolExceptionWithCause("problem parsing idx " + idx, e); in javaReadNetworkStatsDetail()428 private static ProtocolException protocolExceptionWithCause(String message, Throwable cause) { in protocolExceptionWithCause() method in NetworkStatsFactory