Class MissingFriendException

    • Constructor Detail

      • MissingFriendException

        public MissingFriendException​(URI resource)
        Instantiates an exception for the given resource for which a corresponding friend is missing.
        Parameters:
        resource - the OSLC resource that was requested.
    • Method Detail

      • getResource

        public URI getResource()
        Returns the OSLC resource that was requested and for which a corresponding friend is missing.
        Returns:
        the OSLC resource that was requested.