Package com.graphdbapi
Class GraphDbApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.graphdbapi.GraphDbApiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GraphDbAtomicException
public class GraphDbApiException extends RuntimeException
异常类- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphDbApiException(String msg)
GraphDbApiException(String format, Object... args)
GraphDbApiException(Throwable cause)
GraphDbApiException(Throwable cause, String format, Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-