Searched defs:exceptionType (Results 1 – 8 of 8) 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()
124 final int exceptionType = mFilter.validate(); in sendCmdRegisterCallback() local179 void sendEventQosCallbackError(@QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
134 final int exceptionType = filter.validate(); in handleRegisterCallbackInternal() local229 @QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
706 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()
44 void sendQosCallbackError(int qosCallbackId, int exceptionType); in sendQosCallbackError()
1436 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()
5051 Integer exceptionType = values.getAsInteger(AggregationExceptions.TYPE); in updateAggregationException() local