public class JavaNgrokInstallerException extends JavaNgrokException
NgrokInstaller
when an error occurs while downloading and installing the ngrok
binary.Constructor and Description |
---|
JavaNgrokInstallerException(java.lang.String message)
An exception with a message.
|
JavaNgrokInstallerException(java.lang.String message,
java.lang.Throwable cause)
An exception with a message and a root cause.
|
public JavaNgrokInstallerException(java.lang.String message)
message
- The message describing the exception.public JavaNgrokInstallerException(java.lang.String message, java.lang.Throwable cause)
message
- The message describing the exception.cause
- The initial cause of the exception.