Package org.neo4j.jdbc.utils
Class Neo4jJdbcRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.neo4j.jdbc.utils.Neo4jJdbcRuntimeException
-
- All Implemented Interfaces:
Serializable
public class Neo4jJdbcRuntimeException extends RuntimeException
- Since:
- 3.0.0
- Author:
- AgileLARUS
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Neo4jJdbcRuntimeException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Neo4jJdbcRuntimeException
public Neo4jJdbcRuntimeException(Throwable t)
-
-