Package com.nettoolkit.exception


package com.nettoolkit.exception
  • Exceptions
    Class
    Description
    ApiConnectionException is thrown when the client cannot connect to the web API.
    ApiException is thrown when the web API sends an error response packet for the given request.
    BadArgumentException is thrown when an invalid argument is provided to one of the client's methods.
    The base exception for the client library.
    ParsingException is thrown when the client encounters an error while parsing a request argument or response packet.