ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator
Class ValueTooLargeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by 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

Constructor Summary
ValueTooLargeException(String message, SQLException e)
          Deprecated. Default constructor.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.