* (internal only)
*/
public class ShouldNotImplement extends RuntimeException {
- public ShouldNotImplement() {
- }
+ /**
+ *
+ */
+ private static final long serialVersionUID = 599981042161407964L;
+
+// public ShouldNotImplement() {
+// }
public ShouldNotImplement(String message) {
super(message);