Class UniqueConstraintViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.jbizmo.commons.crud.UniqueConstraintViolationException
All Implemented Interfaces:
Serializable

public class UniqueConstraintViolationException extends RuntimeException

Exception that will be thrown if a unique constraint is violated. Note that there is no rollback of the current transaction!

Copyright 2010 (C) by Martin Ganserer

Version:
1.0.0
Author:
Martin Ganserer
See Also:
  • Constructor Details

    • UniqueConstraintViolationException

      public UniqueConstraintViolationException(String message)
      Constructor
      Parameters:
      message -