public class JavaNgrokException
extends java.lang.RuntimeException
NgrokClient and the java-ngrok library.| Constructor and Description |
|---|
JavaNgrokException(java.lang.String message)
An exception with a message.
|
JavaNgrokException(java.lang.String message,
java.lang.Throwable cause)
An exception with a message and a root cause.
|
public JavaNgrokException(java.lang.String message)
message - The message describing the exception.public JavaNgrokException(java.lang.String message,
java.lang.Throwable cause)
message - The message describing the exception.cause - The initial cause of the exception.