ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator
Class DuplicatedValueException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.springframework.core.NestedRuntimeException
                  
org.springframework.dao.DataAccessException
                      
ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator.DuplicatedValueException
- All Implemented Interfaces: 
 - Serializable
 
Deprecated. Spring data access exception will be used.
public class DuplicatedValueException
- extends DataAccessException
 
This exception will be thrown when a value, which has to be unique, already
 exists.
- Author:
 
  - Martin Zeltner (MZE)
 
- See Also:
 DataIntegrityViolationException, 
Serialized Form- File-location:
 - DuplicatedValueException
 - Last check-in date:
 - 2009-08-04 14:25:40 +0200 (Di, 04. Aug 2009)  by  swismer  for revision  3874 
 
 
 
 
 
 
DuplicatedValueException
public DuplicatedValueException(String message,
                                SQLException e)
- Deprecated. 
- Default constructor.
- Parameters:
 message - Is the exception message.e - Is the received target exception.
  
Copyright © 2005-2011 ELCA. All Rights Reserved.