| Package | Description |
|---|---|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| org.neo4j.kernel.api | |
| 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 |
MicroTransaction<RESULT,FAILURE extends KernelException>
A trusted unit of
Transactor.Work, that we know has been submitted through a Transactor. |
static interface |
Transactor.Work<RESULT,FAILURE extends KernelException> |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidTransactionTypeException |
| Modifier and Type | Method and Description |
|---|---|
<RESULT,FAILURE extends KernelException> |
KernelTransaction.execute(MicroTransaction<RESULT,FAILURE> transaction) |
<RESULT,FAILURE extends KernelException> |
KernelTransactionImplementation.execute(MicroTransaction<RESULT,FAILURE> transaction) |
<RESULT,FAILURE extends KernelException> |
Transactor.execute(Transactor.Work<RESULT,FAILURE> work) |
| Modifier and Type | Method and Description |
|---|---|
<RESULT,FAILURE extends KernelException> |
KernelTransaction.execute(MicroTransaction<RESULT,FAILURE> transaction) |
<RESULT,FAILURE extends KernelException> |
KernelTransactionImplementation.execute(MicroTransaction<RESULT,FAILURE> transaction) |
<RESULT,FAILURE extends KernelException> |
Transactor.execute(Transactor.Work<RESULT,FAILURE> work) |
RESULT |
Transactor.Work.perform(StatementOperationParts statementContext,
Statement statement) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityNotFoundException |
class |
LabelNotFoundKernelException |
class |
PropertyKeyIdNotFoundKernelException |
class |
PropertyKeyNotFoundException |
class |
PropertyNotFoundException |
class |
RelationshipTypeIdNotFoundKernelException |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionDuringFlipKernelException |
class |
FlipFailedKernelException |
class |
IndexNotFoundKernelException |
class |
IndexPopulationFailedKernelException |
class |
IndexProxyAlreadyClosedKernelException |
| Modifier and Type | Class and Description |
|---|---|
class |
AddIndexFailureException |
class |
AlreadyConstrainedException |
class |
AlreadyIndexedException |
class |
CreateConstraintFailureException |
class |
DropConstraintFailureException |
class |
DropIndexFailureException |
class |
IllegalTokenNameException |
class |
IndexBelongsToConstraintException |
class |
IndexBrokenKernelException |
class |
MalformedSchemaRuleException
Signals that a schema rule in the schema store was malformed, i.e.
|
class |
NoSuchConstraintException |
class |
NoSuchIndexException |
class |
SchemaAndDataModificationInSameTransactionException |
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.