Class JavaNgrokException

    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JavaNgrokException

        public JavaNgrokException​(java.lang.String message)
        An exception with a message.
        Parameters:
        message - The message describing the exception.
      • JavaNgrokException

        public JavaNgrokException​(java.lang.String message,
                                  java.lang.Throwable cause)
        An exception with a message and a root cause.
        Parameters:
        message - The message describing the exception.
        cause - The initial cause of the exception.