AT&T 1712 and 1802 release code
[so.git] / common / src / main / java / org / openecomp / mso / client / exceptions / SDNOException.java
@@ -30,7 +30,7 @@ public class SDNOException extends Exception {
        }
        
        public SDNOException(String string) {
-               super(string);
+               super("SDN-O exception: " + string);
        }
 
        public SDNOException(Exception e) {