Skip to content

Commit d51897c

Browse files
author
Simon MacMullen
committed
Merged bug23757 into default
2 parents cffafcc + 8ed38cf commit d51897c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rabbitmq/client/PossibleAuthenticationFailureException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class PossibleAuthenticationFailureException extends IOException
2525
{
2626
public PossibleAuthenticationFailureException(Throwable cause)
2727
{
28-
super("Possibly caused by authentication failure",
29-
cause);
28+
super("Possibly caused by authentication failure");
29+
super.initCause(cause);
3030
}
3131
}

0 commit comments

Comments
 (0)