BUG 2245 - Fixed 'Preserve Stack Trace'
[openflowjava.git] / 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: