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
| Constructor and Description |
|---|
DuplicateCollectionEntryException(String message)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateCollectionEntryException(String message)
message - Copyright © 2016. All rights reserved.