Class ArtifactBinaryNoLongerExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.hawkbit.exception.AbstractServerRtException
org.eclipse.hawkbit.artifact.exception.ArtifactBinaryNoLongerExistsException
- All Implemented Interfaces:
Serializable
Exception indicating that an artifact's binary does not exist anymore. This might be caused due to the soft deletion of a software module.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.hawkbit.exception.AbstractServerRtException
canEqual, equals, getError, getInfo, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ArtifactBinaryNoLongerExistsException
public ArtifactBinaryNoLongerExistsException()
-