java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kohsuke.github.GHException
- All Implemented Interfaces:
Serializable
The type GHException.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorDescriptionGHException
(String message) Instantiates a new Gh exception.GHException
(String message, Throwable cause) Instantiates a new Gh exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GHException
Instantiates a new Gh exception.- Parameters:
message
- the message
-
GHException
Instantiates a new Gh exception.- Parameters:
message
- the messagecause
- the cause
-