Class 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:
    Serialized Form
    • Constructor Detail

      • UniqueConstraintViolationException

        public UniqueConstraintViolationException​(String message)
        Constructor
        Parameters:
        message -