Class ResourceUnavailableException

  • All Implemented Interfaces:
    Serializable

    public class ResourceUnavailableException
    extends Exception
    An exception to carry the reason why an update package cannot be downloaded
    Since:
    8.6.1
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceUnavailableException

        public ResourceUnavailableException​(int httpErrorCode)
        Constructor
        Parameters:
        httpErrorCode - the HTTP error code received by the remote LM
    • Method Detail

      • getReason

        public String getReason()
      • setReason

        public void setReason​(String reason)