Class ResourceUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.enterprise.update.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:
  • Constructor Details

    • ResourceUnavailableException

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

    • getReason

      public String getReason()