Class ObjectNotRegisteredException

    • Constructor Detail

      • ObjectNotRegisteredException

        public ObjectNotRegisteredException​(ObjectID objectID)
        This exception is produced when some object is not registered
        Parameters:
        objectID - ID of the object requested
      • ObjectNotRegisteredException

        public ObjectNotRegisteredException​(String alias)
        This exception is produced when asking for an object with specific alias and it does not exist.
        Parameters:
        alias - alias of the object requested