public class DuplicateColumnException
extends org.datanucleus.exceptions.NucleusException
Constructor and Description |
---|
DuplicateColumnException(String tableName,
Column col1,
Column col2)
Constructs a duplicate column name exception.
|
Modifier and Type | Method and Description |
---|---|
Column |
getConflictingColumn()
Accessor for the column that could not be created because it conflicts with something already present.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public Column getConflictingColumn()
Copyright © 2015. All rights reserved.