Searched refs:throwable (Results 1 – 2 of 2) sorted by relevance
95 public ApiException(String detailMessage, Throwable throwable) { in ApiException() argument96 super(detailMessage, throwable); in ApiException()109 public ParseException(String detailMessage, Throwable throwable) { in ParseException() argument110 super(detailMessage, throwable); in ParseException()
88 public ApiException(String detailMessage, Throwable throwable) { in ApiException() argument89 super(detailMessage, throwable); in ApiException()102 public ParseException(String detailMessage, Throwable throwable) { in ParseException() argument103 super(detailMessage, throwable); in ParseException()