Searched defs:exceptionType (Results 1 – 4 of 4) sorted by relevance
78 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException()88 public MessagingException(int exceptionType) { in MessagingException()104 public MessagingException(int exceptionType, String message) { in MessagingException()114 public MessagingException(int exceptionType, String message, Object data) { in MessagingException()
27 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException()
584 int exceptionType = result.getExceptionType(); in onPostExecute() local
4376 int exceptionType = values.getAsInteger(AggregationExceptions.TYPE); in updateAggregationException() local