Class RpcException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyExistsException, AuthenticationException, BadRequestException, InternalException, NotFoundException, PermissionException, RateLimitException, TimeoutException, UnknownException

public class RpcException extends RuntimeException
RpcException defines base class for all exceptions in the SDK
See Also:
  • Constructor Details

    • RpcException

      public RpcException(String errorMessage, long code)
    • RpcException

      public RpcException(String errorMessage, Throwable innerError, long code)
  • Method Details

    • getCode

      public long getCode()