You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2011/01/03 02:47:25 UTC

svn commit: r1054515 - /directory/shared/branches/alex_refactoring/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java

Author: akarasulu
Date: Mon Jan  3 01:47:25 2011
New Revision: 1054515

URL: http://svn.apache.org/viewvc?rev=1054515&view=rev
Log:
default constructor never used or needed since this exceptions whole purpose is to carry an LDAP Message in the first place

Modified:
    directory/shared/branches/alex_refactoring/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java

Modified: directory/shared/branches/alex_refactoring/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java
URL: http://svn.apache.org/viewvc/directory/shared/branches/alex_refactoring/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java?rev=1054515&r1=1054514&r2=1054515&view=diff
==============================================================================
--- directory/shared/branches/alex_refactoring/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java (original)
+++ directory/shared/branches/alex_refactoring/ldap-model/src/main/java/org/apache/directory/shared/ldap/message/ResponseCarryingMessageException.java Mon Jan  3 01:47:25 2011
@@ -43,14 +43,6 @@ public class ResponseCarryingMessageExce
     /** 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.