Uses of Class
com.nettoolkit.exception.NetToolKitException
Packages that use NetToolKitException
Package
Description
-
Uses of NetToolKitException in com.nettoolkit.casecollector
Methods in com.nettoolkit.casecollector that throw NetToolKitExceptionModifier and TypeMethodDescriptionvoidCaseCollectorClient.createCase(Integer iProjectId, String strJsonData) voidCaseCollectorClient.createCase(Integer iProjectId, String strJsonData, Integer iStatus) -
Uses of NetToolKitException in com.nettoolkit.dashboards
Methods in com.nettoolkit.dashboards that throw NetToolKitException -
Uses of NetToolKitException in com.nettoolkit.exception
Subclasses of NetToolKitException in com.nettoolkit.exceptionModifier and TypeClassDescriptionclassApiConnectionException is thrown when the client cannot connect to the web API.classApiException is thrown when the web API sends an error response packet for the given request.classBadArgumentException is thrown when an invalid argument is provided to one of the client's methods.classParsingException is thrown when the client encounters an error while parsing a request argument or response packet. -
Uses of NetToolKitException in com.nettoolkit.gatekeeper
Methods in com.nettoolkit.gatekeeper that throw NetToolKitExceptionModifier and TypeMethodDescriptionvoidAddVisitorRequest.send()Sends the request.AuthorizeVisitRequest.send()Sends the request.intCountVisitsForPolicyRequest.send()Sends the request.intCountVisitsRequest.send()Sends the request.GetPageGroupsRequest.send()Sends get page groups request and parses response.GetPoliciesRequest.send()Sends get policies request and parses response.GetVisitorGroupsRequest.send()Sends get visitor groups request and parses response.voidRemoveVisitorRequest.send()Sends the request.voidReportCaptchaAttemptRequest.send()Sends the request. -
Uses of NetToolKitException in com.nettoolkit.shibboleth
Methods in com.nettoolkit.shibboleth that throw NetToolKitExceptionModifier and TypeMethodDescriptionShibbolethClient.createCaptcha(String strOptions, String strIpAddress) booleanShibbolethClient.verifyCaptcha(String strId, String strSubmittedKey, String options)