Class DatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.graphdbapi.driver.v1.exceptions.GraphDbException
-
- com.graphdbapi.driver.v1.exceptions.DatabaseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransactionException
public class DatabaseException extends GraphDbException
DatabaseException表示底层数据库中抛出的问题。- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseException(String code, String message)
DatabaseException(String code, String message, Throwable cause)
-
Method Summary
-
Methods inherited from class com.graphdbapi.driver.v1.exceptions.GraphDbException
code, discardCauseAndGetNewExcpetion
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-