Class RESTException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, ForbiddenException, NotAuthorizedException, ServiceFailureException, ServiceUnavailableException, UnprocessableEntityException

public class RESTException extends RuntimeException
Base class for REST client exceptions
See Also:
  • Constructor Details

    • RESTException

      @FormatMethod public RESTException(String message, Object... args)
    • RESTException

      @FormatMethod public RESTException(Throwable cause, String message, Object... args)