org.neo4j.kernel.api
Class KernelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.neo4j.kernel.api.KernelException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConstraintViolationKernelException, EntityNotFoundException, IndexNotFoundKernelException, IndexNotOnlineException, LabelNotFoundKernelException, PropertyKeyIdNotFoundException, PropertyKeyNotFoundException, PropertyNotFoundException, SchemaRuleNotFoundException, UnknownKernelException
public class KernelException
- extends Exception
A super class of checked exceptions coming from the Kernel API
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KernelException
public KernelException(String message,
Throwable cause)
KernelException
public KernelException(String message)
KernelException
public KernelException(Throwable cause)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.