default constructor never used or needed since this exceptions whole purpose is to carry an LDAP Message in the first place

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/branches/alex_refactoring@1054515 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java b/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java
index 3338e1b..e41f1f1 100644
--- a/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java
+++ b/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java
@@ -43,14 +43,6 @@
     /** The response with the error cause */
     private Message response;
     
-    /**
-     * Constructs an Exception without a message.
-     */
-    public ResponseCarryingMessageException()
-    {
-        super();
-    }
-
 
     /**
      * Constructs an Exception with a detailed message.