Class GHException

All Implemented Interfaces:
Serializable

public class GHException extends RuntimeException
The type GHException.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • GHException

      public GHException(String message)
      Instantiates a new Gh exception.
      Parameters:
      message - the message
    • GHException

      public GHException(String message, Throwable cause)
      Instantiates a new Gh exception.
      Parameters:
      message - the message
      cause - the cause