Package de.julielab.concepts.util
Class InternalNeo4jException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.jssf.commons.util.JSSFException
-
- de.julielab.concepts.util.ConceptDBManagerException
-
- de.julielab.concepts.util.ConceptDatabaseConnectionException
-
- de.julielab.concepts.util.InternalNeo4jException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalNeo4jException extends ConceptDatabaseConnectionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalNeo4jException(Neo4jServerErrorResponse errorResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Neo4jServerErrorResponsegetErrorResponse()voidsetErrorResponse(Neo4jServerErrorResponse errorResponse)
-
-
-
Constructor Detail
-
InternalNeo4jException
public InternalNeo4jException(Neo4jServerErrorResponse errorResponse)
-
-
Method Detail
-
getErrorResponse
public Neo4jServerErrorResponse getErrorResponse()
-
setErrorResponse
public void setErrorResponse(Neo4jServerErrorResponse errorResponse)
-
-