Package io.dingodb.sdk.common
Class DingoClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.dingodb.sdk.common.DingoClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DingoClientException.ExhaustedRetryException,DingoClientException.InvalidRouteTableException,DingoClientException.MetaServiceException,DingoClientException.RequestErrorException,DingoClientException.StoreServiceException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionDingoClientException(int errorCode) DingoClientException(int errorCode, String message) DingoClientException(int errorCode, String message, Throwable ex) DingoClientException(int errorCode, Throwable exception) DingoClientException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DingoClientException
-
DingoClientException
-
DingoClientException
-
DingoClientException
public DingoClientException(int errorCode) -
DingoClientException
-