java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.kohsuke.github.GHIOException
org.kohsuke.github.GHOTPRequiredException
- All Implemented Interfaces:
Serializable
This exception is thrown when GitHub is requesting an OTP from the user.
- Author:
- Kevin Harrington mad.hephaestus@gmail.com
- See Also:
-
Field Summary
Fields inherited from class org.kohsuke.github.GHIOException
responseHeaderFields
-
Constructor Summary
-
Method Summary
Methods inherited from class org.kohsuke.github.GHIOException
getResponseHeaderFields
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GHOTPRequiredException
public GHOTPRequiredException()Create default GHOTPRequiredException instance
-