Class MarketplaceUnreachableException

  • All Implemented Interfaces:
    Serializable

    public class MarketplaceUnreachableException
    extends MarketplaceException
    Exception thrown when the connection with the Marketplace fails
    Since:
    3.1.4
    Author:
    joseross
    See Also:
    Serialized Form
    • Field Detail

      • url

        protected String url
        Current URL for the Marketplace
    • Constructor Detail

      • MarketplaceUnreachableException

        public MarketplaceUnreachableException​(String url,
                                               Exception e)
    • Method Detail

      • getUrl

        public String getUrl()