Class IpsApiException

    • Constructor Summary

      Constructors 
      Constructor Description
      IpsApiException​(int code, java.lang.String reason, java.lang.String ipsApiMethodName)  
      IpsApiException​(java.lang.String message)  
      IpsApiException​(java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()  
      java.lang.String getIpsApiMethodName()  
      java.lang.String getReason()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IpsApiException

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

        public IpsApiException​(java.lang.String message)
      • IpsApiException

        public IpsApiException​(java.lang.Throwable cause)
    • Method Detail

      • getCode

        public int getCode()
        Returns:
        the code
      • getReason

        public java.lang.String getReason()
        Returns:
        the reason
      • getIpsApiMethodName

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