Package com.strongdm.api
Class RpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.strongdm.api.RpcException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyExistsException
,AuthenticationException
,BadRequestException
,InternalException
,NotFoundException
,PermissionException
,RateLimitException
,TimeoutException
,UnknownException
RpcException defines base class for all exceptions in the SDK
- See Also:
-
Constructor Summary
ConstructorDescriptionRpcException
(String errorMessage, long code) RpcException
(String errorMessage, Throwable innerError, long code) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RpcException
-
RpcException
-
-
Method Details
-
getCode
public long getCode()
-