Class CommitDoesNotExistException

All Implemented Interfaces:
Serializable

public class CommitDoesNotExistException extends AmazonServiceException

The specified commit does not exist or no commit was specified, and the specified repository has no default branch.

See Also:
  • Constructor Details

    • CommitDoesNotExistException

      public CommitDoesNotExistException(String message)
      Constructs a new CommitDoesNotExistException with the specified error message.
      Parameters:
      message - Describes the error encountered.