ch.elca.el4j.services.persistence.generic.exceptions
Class InsertionFailureException

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 org.springframework.dao.NonTransientDataAccessException
                          extended by org.springframework.dao.InvalidDataAccessResourceUsageException
                              extended by ch.elca.el4j.services.persistence.generic.exceptions.InsertionFailureException
All Implemented Interfaces:
Serializable

public class InsertionFailureException
extends InvalidDataAccessResourceUsageException

This data access exception will be thrown in business methods, if data could not be inserted.

Author:
Martin Zeltner (MZE)
See Also:
Serialized Form
File-location:
InsertionFailureException
Last check-in date:
2009-08-04 15:06:35 +0200 (Di, 04. Aug 2009) by swismer for revision 3878

Constructor Summary
InsertionFailureException(String msg)
          Constructor.
InsertionFailureException(String msg, Throwable ex)
          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

InsertionFailureException

public InsertionFailureException(String msg)
Constructor.

Parameters:
msg - Is the exception message.

InsertionFailureException

public InsertionFailureException(String msg,
                                 Throwable ex)
Constructor.

Parameters:
msg - Is the exception message.
ex - Is the cause for this exception.


Copyright © 2005-2011 ELCA. All Rights Reserved.