BUG 2245 - Fixed 'Preserve Stack Trace' 14/12214/2
authorMarian Adamjak <marian.adamjak@pantheon.sk>
Fri, 24 Oct 2014 06:37:28 +0000 (08:37 +0200)
committerMarian Adamjak <marian.adamjak@pantheon.sk>
Mon, 27 Oct 2014 13:20:28 +0000 (14:20 +0100)
Change-Id: I53a451b1d2f0691a1de44f671f71b2cd8024076d
Signed-off-by: Marian Adamjak <marian.adamjak@pantheon.sk>
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/SslKeyStore.java

index 983a03e99f5bd930fefd4a46c424ee6b33873090..589c23cd33d8833375779570a0621e3a98073837 100644 (file)
@@ -55,7 +55,7 @@ public final class SslKeyStore {
                 in = new FileInputStream(keystorefile);
             } catch (FileNotFoundException e) {
                 throw new IllegalStateException("KeyStore file not found: "
-                        + filename);
+                        + filename,e);
             }
             break;
         default: