java-ngrok.See: Description
| Exception | Description |
|---|---|
| JavaNgrokException |
Root exception for the
NgrokClient and the java-ngrok library. |
| JavaNgrokHTTPException |
Thrown from
NgrokClient when an error occurs making a request to the ngrok web interface. |
| JavaNgrokInstallerException |
Thrown from
NgrokInstaller when an error occurs while downloading and installing the ngrok
binary. |
| JavaNgrokSecurityException |
Thrown from
NgrokProcess when a security error occurs. |
| NgrokException |
Thrown from
NgrokProcess when an error occurs interacting directly with the ngrok binary. |
java-ngrok.