Class MovedElementRemovedOnServerException

  • All Implemented Interfaces:
    java.io.Serializable

    @OpenApiAll
    public class MovedElementRemovedOnServerException
    extends java.lang.Exception
    A special exception which is thrown if a moved element is removed on the server (i.e. in the latest version of the project)
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getElementHumanName()
      Gets the human name of the removed element
      • 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

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

      • MovedElementRemovedOnServerException

        public MovedElementRemovedOnServerException​(java.lang.String elementHumanName)
        Creates new instance of MovedElementRemovedOnServerException
        Parameters:
        elementHumanName - the human name of the removed element
    • Method Detail

      • getElementHumanName

        public java.lang.String getElementHumanName()
        Gets the human name of the removed element
        Returns:
        the human name