Class RepositoryNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class RepositoryNotFoundException
    extends AmazonServiceException

    The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

    See Also:
    Serialized Form
    • Constructor Detail

      • RepositoryNotFoundException

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