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