Package com.logicaldoc.enterprise.update
Class ResourceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.logicaldoc.enterprise.update.ResourceUnavailableException
- All Implemented Interfaces:
Serializable
An exception to carry the reason why an update package cannot be downloaded
- Since:
- 8.6.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceUnavailableException
public ResourceUnavailableException(int httpErrorCode) Constructor- Parameters:
httpErrorCode
- the HTTP error code received by the remote LM
-
-
Method Details
-
getReason
-