java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.kohsuke.github.GHIOException
org.kohsuke.github.GHEnterpriseManagedUsersException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GHNotExternallyManagedEnterpriseException
,GHTeamCannotBeExternallyManagedException
Failure related to Enterprise Managed Users operations.
- Author:
- Miguel Esteban GutiƩrrez
- See Also:
-
Field Summary
Fields inherited from class org.kohsuke.github.GHIOException
responseHeaderFields
-
Constructor Summary
ConstructorDescriptionGHEnterpriseManagedUsersException
(String message, GHError error, Throwable cause) Instantiates a new exception. -
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
-
GHEnterpriseManagedUsersException
Instantiates a new exception.- Parameters:
message
- the messageerror
- the error that caused the exceptioncause
- the cause
-
-
Method Details
-
getError
Get the error that caused the exception.- Returns:
- the error
-