Class IpsApiException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, AuthorizationException

public class IpsApiException extends RuntimeException
See Also:
  • Constructor Details

    • IpsApiException

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

      public IpsApiException(String message)
    • IpsApiException

      public IpsApiException(Throwable cause)
  • Method Details

    • 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