Class RdapApiException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, NotFoundException, RateLimitException, SubscriptionRequiredException, UpstreamException, ValidationException

public class RdapApiException extends RuntimeException
See Also:
  • Constructor Details

    • RdapApiException

      public RdapApiException(String message, int statusCode, String errorCode)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getErrorCode

      public String getErrorCode()