public final class RelationAlreadyExists extends ConflictException implements TableScopeException
Constructor and Description |
---|
RelationAlreadyExists(RelationName relationName) |
Modifier and Type | Method and Description |
---|---|
int |
errorCode() |
java.lang.Iterable<RelationName> |
getTableIdents() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept
public RelationAlreadyExists(RelationName relationName)
public int errorCode()
errorCode
in interface CrateException
errorCode
in class ConflictException
public java.lang.Iterable<RelationName> getTableIdents()
getTableIdents
in interface TableScopeException