| 
														
															@@ -15,7 +15,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 package org.acegisecurity.ldap; 
														 | 
														
														 | 
														
															 package org.acegisecurity.ldap; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import org.acegisecurity.AuthenticationServiceException; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import org.springframework.dao.DataAccessException; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 /** 
														 | 
														
														 | 
														
															 /** 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * Used to wrap unexpected NamingExceptions while accessing the LDAP server 
														 | 
														
														 | 
														
															  * Used to wrap unexpected NamingExceptions while accessing the LDAP server 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -24,7 +24,7 @@ import org.acegisecurity.AuthenticationServiceException; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @author Luke Taylor 
														 | 
														
														 | 
														
															  * @author Luke Taylor 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @version $Id$ 
														 | 
														
														 | 
														
															  * @version $Id$ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  */ 
														 | 
														
														 | 
														
															  */ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-public class LdapDataAccessException extends AuthenticationServiceException { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+public class LdapDataAccessException extends DataAccessException { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public LdapDataAccessException(String msg) { 
														 | 
														
														 | 
														
															     public LdapDataAccessException(String msg) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         super(msg); 
														 | 
														
														 | 
														
															         super(msg); 
														 |