ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator
Class ValueTooLargeException
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.ValueTooLargeException
- All Implemented Interfaces:
- Serializable
Deprecated. Spring data access exception will be used.
public class ValueTooLargeException
- extends DataAccessException
This exception will be thrown when a value is to large.
- Author:
- Martin Zeltner (MZE)
- See Also:
TypeMismatchDataAccessException
,
Serialized Form- File-location:
- ValueTooLargeException
- Last check-in date:
- 2009-08-04 15:48:31 +0200 (Di, 04. Aug 2009) by swismer for revision 3884
ValueTooLargeException
public ValueTooLargeException(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.