File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// The contents of this file are subject to the Mozilla Public License
2
2
// Version 1.1 (the "License"); you may not use this file except in
3
- // compliance with the License. You may obtain a copy of the License
3
+ // compliance with the License. You may obtain IOa copy of the License
4
4
// at http://www.mozilla.org/MPL/
5
5
//
6
6
// Software distributed under the License is distributed on an "AS IS"
@@ -25,7 +25,7 @@ public class PossibleAuthenticationFailureException extends IOException
25
25
{
26
26
public PossibleAuthenticationFailureException (Throwable cause )
27
27
{
28
- super ("Possibly caused by authentication failure" ,
29
- cause );
28
+ super ("Possibly caused by authentication failure" );
29
+ super . initCause ( cause );
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments