com.activitystream.model.security.InvalidReferenceException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of as-sdk Show documentation
Show all versions of as-sdk Show documentation
AS-SDK is a java library to allow easy interoperability with Activity Stream.
package com.activitystream.model.security;
import com.activitystream.model.ASConstants;
import com.activitystream.model.entities.EntityReference;
import com.activitystream.model.validation.CoreException;
import com.google.common.collect.ImmutableMap;
public class InvalidReferenceException extends CoreException {
public InvalidReferenceException(EntityReference entityReference) {
super("Invalid entity reference", ImmutableMap.of(ASConstants.FIELD_ENTITY_REF, entityReference));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy