Class MetadataRetrievalException

  • All Implemented Interfaces:
    Serializable

    public class MetadataRetrievalException
    extends Exception
    Error while retrieving repository metadata from the repository.
    Author:
    Jason van Zyl
    See Also:
    Serialized Form
    • Constructor Detail

      • MetadataRetrievalException

        public MetadataRetrievalException​(String message)
      • MetadataRetrievalException

        public MetadataRetrievalException​(Throwable cause)
      • MetadataRetrievalException

        public MetadataRetrievalException​(String message,
                                          Throwable cause)