| Package | Description |
|---|---|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| org.neo4j.kernel.api.exceptions | |
| org.neo4j.kernel.api.exceptions.index | |
| org.neo4j.kernel.api.exceptions.schema |
| Modifier and Type | Method and Description |
|---|---|
String |
InternalSchemaActions.getUserMessage(KernelException e) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityNotFoundException |
class |
LabelNotFoundKernelException |
class |
PropertyKeyIdNotFoundException |
class |
PropertyKeyNotFoundException |
class |
PropertyNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
FlipFailedKernelException |
class |
IndexNotFoundKernelException |
class |
IndexPopulationFailedKernelException |
| Modifier and Type | Class and Description |
|---|---|
class |
AddIndexFailureException |
class |
AlreadyConstrainedException |
class |
AlreadyIndexedException |
class |
ConstraintCreationKernelException |
class |
DropIndexFailureException |
class |
IllegalTokenNameException |
class |
IndexBelongsToConstraintException |
class |
MalformedSchemaRuleException
Signals that a schema rule in the schema store was malformed, i.e.
|
class |
NoSuchIndexException |
class |
SchemaKernelException
Signals that some constraint has been violated in a
kernel interaction,
for example a name containing invalid characters or length. |
class |
SchemaRuleNotFoundException |
class |
TooManyLabelsException |
| Constructor and Description |
|---|
AddIndexFailureException(long labelId,
long propertyKey,
KernelException cause) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.