Class IpsApiException

    • Constructor Detail

      • IpsApiException

        public IpsApiException​(int code,
                               String reason,
                               String ipsApiMethodName)
      • IpsApiException

        public IpsApiException​(String message)
      • IpsApiException

        public IpsApiException​(Throwable cause)
    • Method Detail

      • getCode

        public int getCode()
        Returns:
        the code
      • getReason

        public String getReason()
        Returns:
        the reason
      • getIpsApiMethodName

        public String getIpsApiMethodName()
        Returns:
        the IPS API method where fault occurred