Class GHTeamCannotBeExternallyManagedException

All Implemented Interfaces:
Serializable

public class GHTeamCannotBeExternallyManagedException extends GHEnterpriseManagedUsersException
Failure when the operation cannot be carried out because the team cannot be externally managed.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • GHTeamCannotBeExternallyManagedException

      public GHTeamCannotBeExternallyManagedException(String message, GHError error, Throwable cause)
      Instantiates a new exception.
      Parameters:
      message - the message
      error - the error that caused the exception
      cause - the cause