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, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic Column getConflictingColumn()
Copyright © 2017. All rights reserved.