Class ArtifactStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.hawkbit.artifact.exception.ArtifactStoreException
All Implemented Interfaces:
Serializable

public class ArtifactStoreException extends RuntimeException
ArtifactStoreException is thrown in case storing of an artifact was not successful.
See Also:
  • Constructor Details

    • ArtifactStoreException

      public ArtifactStoreException(String message)
    • ArtifactStoreException

      public ArtifactStoreException(String message, Throwable cause)