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()445 throw protocolExceptionWithCause("problem parsing idx " + idx, e); in javaReadNetworkStatsDetail()483 private static ProtocolException protocolExceptionWithCause(String message, Throwable cause) { in protocolExceptionWithCause() method in NetworkStatsFactory