We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acab7b commit ccf8571Copy full SHA for ccf8571
src/com/rabbitmq/client/ConnectionFactory.java
@@ -431,7 +431,7 @@ public void setSharedExecutor(ExecutorService executor) {
431
/**
432
* Get the exception handler.
433
*
434
- * @see ExceptionHandler
+ * @see com.rabbitmq.client.ExceptionHandler
435
*/
436
public ExceptionHandler getExceptionHandler() {
437
return exceptionHandler;
@@ -440,7 +440,7 @@ public ExceptionHandler getExceptionHandler() {
440
441
* Set the exception handler to use for newly created connections.
442
443
444
445
446
public void setExceptionHandler(ExceptionHandler exceptionHandler) {
0 commit comments