Module org.kohsuke.github.api
Package org.kohsuke.github
Class GHTeamCannotBeExternallyManagedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.kohsuke.github.GHIOException
org.kohsuke.github.GHEnterpriseManagedUsersException
org.kohsuke.github.GHTeamCannotBeExternallyManagedException
- All Implemented Interfaces:
Serializable
Failure when the operation cannot be carried out because the team cannot be externally managed.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Field Summary
Fields inherited from class org.kohsuke.github.GHIOException
responseHeaderFields
-
Constructor Summary
ConstructorDescriptionGHTeamCannotBeExternallyManagedException
(String message, GHError error, Throwable cause) Instantiates a new exception. -
Method Summary
Methods inherited from class org.kohsuke.github.GHEnterpriseManagedUsersException
getError
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
-
GHTeamCannotBeExternallyManagedException
Instantiates a new exception.- Parameters:
message
- the messageerror
- the error that caused the exceptioncause
- the cause
-