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