Skip to content

Commit

Permalink
add missing serialVersionUID
Browse files Browse the repository at this point in the history
  • Loading branch information
danielFesenmeyer committed May 17, 2018
1 parent 6c7f531 commit 9dc311e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -40,6 +40,8 @@ public final class AttributeNotModifiableException extends DittoRuntimeException

private static final String DEFAULT_DESCRIPTION =
"Check if the ID of your requested Thing was correct and you have sufficient permissions.";

private static final long serialVersionUID = 2892397125359904460L;

private AttributeNotModifiableException(final DittoHeaders dittoHeaders, final String message,
final String description, final Throwable cause, final URI href) {
Expand Down

0 comments on commit 9dc311e

Please sign in to comment.