Class HyperwalletException

    • Constructor Detail

      • HyperwalletException

        public HyperwalletException​(Exception e)
      • HyperwalletException

        public HyperwalletException​(cc.protea.util.http.Response response,
                                    int code,
                                    String message)
      • HyperwalletException

        public HyperwalletException​(cc.protea.util.http.Response response,
                                    int code,
                                    String message,
                                    Exception e)
      • HyperwalletException

        public HyperwalletException​(cc.protea.util.http.Response response,
                                    HyperwalletErrorList hyperwalletErrorList)
      • HyperwalletException

        public HyperwalletException​(String errorMessage)
    • Method Detail

      • getResponse

        public cc.protea.util.http.Response getResponse()
      • getErrorMessage

        public String getErrorMessage()
      • getErrorCode

        public String getErrorCode()
      • getRelatedResources

        public List<String> getRelatedResources()