diff --git a/designer-base/src/com/fr/env/RemoteEnvURL.java b/designer-base/src/com/fr/env/RemoteEnvURL.java index 33a3a9ebc6..bc948f972a 100644 --- a/designer-base/src/com/fr/env/RemoteEnvURL.java +++ b/designer-base/src/com/fr/env/RemoteEnvURL.java @@ -205,7 +205,7 @@ public class RemoteEnvURL implements FCloneable { return cloned; } catch (CloneNotSupportedException e) { // this shouldn't happen, since we are Cloneable - throw new InternalError(e); + throw new InternalError(e.getMessage()); } }