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:
    Serialized Form
    • Constructor Detail

      • CommitDoesNotExistException

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