Class DuplicateCollectionEntryException

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

public class DuplicateCollectionEntryException extends RuntimeException

Exception that will be thrown if an object is added to a many-to-many association and the object is already a member of this association

Copyright 2010 (C) by Martin Ganserer

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

    • DuplicateCollectionEntryException

      public DuplicateCollectionEntryException(String message)
      Constructor
      Parameters:
      message -