Class AlreadyLinkedViewException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AlreadyLinkedViewException
    extends JenaException
    Exception to throw when adding a view to a Polymorphic discovers that the view to add is already on a ring.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AlreadyLinkedViewException​(Polymorphic<?> other)
      The polymorphic other has already been linked into a sibling ring and hence cannot be linked into a different one.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AlreadyLinkedViewException

        public AlreadyLinkedViewException​(Polymorphic<?> other)
        The polymorphic other has already been linked into a sibling ring and hence cannot be linked into a different one.