Class InvalidRepositoryNameException

  • All Implemented Interfaces:
    Serializable

    public class InvalidRepositoryNameException
    extends AmazonServiceException

    At least one specified repository name is not valid.

    This exception only occurs when a specified repository name is not valid. Other exceptions occur when a required repository parameter is missing, or when a specified repository does not exist.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidRepositoryNameException

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