Class PostProxyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, BadRequestException, NotFoundException, ValidationException

public class PostProxyException extends RuntimeException
See Also:
  • Constructor Details

    • PostProxyException

      public PostProxyException(String message, int statusCode, Map<String,Object> response)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getResponse

      public Map<String,Object> getResponse()