Package com.logicaldoc.enterprise.update
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceUnavailableException(int httpErrorCode)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
void
setReason(String reason)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-