Class ApiException

All Implemented Interfaces:
Serializable

public class ApiException extends NetToolKitException
ApiException is thrown when the web API sends an error response packet for the given request. See the web API response docs for a list of possible error codes.
See Also:
  • Constructor Details

    • ApiException

      public ApiException(int iCode, String strMessage)
  • Method Details

    • getStatusCode

      protected static String getStatusCode(int iCode)