Class ResponseHelper


  • public class ResponseHelper
    extends Object
    A BmcException exception is thrown in response to failures from a REST endpoint.

    It contains the status code of the HTTP response as well as an application code and message describing the problem.

    • Field Detail

      • DEFAULT_ERROR_MESSAGES

        public static final Map<Integer,​String> DEFAULT_ERROR_MESSAGES
    • Constructor Detail

      • ResponseHelper

        public ResponseHelper()