Searched defs:exceptionType (Results 1 – 3 of 3) sorted by relevance
73 protected int exceptionType; field in MessagingException81 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException()92 public MessagingException(int exceptionType) { in MessagingException()110 public MessagingException(int exceptionType, String message) { in MessagingException()121 public MessagingException(int exceptionType, String message, Object data) { in MessagingException()
26 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException()
4828 Integer exceptionType = values.getAsInteger(AggregationExceptions.TYPE); in updateAggregationException() local