org.neo4j.kernel.api
Class KernelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
KernelException(String message)
           
KernelException(String message, Throwable cause)
           
KernelException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.