Class GHEnterpriseManagedUsersException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GHNotExternallyManagedEnterpriseException, GHTeamCannotBeExternallyManagedException

public class GHEnterpriseManagedUsersException extends GHIOException
Failure related to Enterprise Managed Users operations.
Author:
Miguel Esteban GutiƩrrez
See Also:
  • Constructor Details

    • GHEnterpriseManagedUsersException

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

    • getError

      public GHError getError()
      Get the error that caused the exception.
      Returns:
      the error