Class ModelNotExistException

  • All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class ModelNotExistException
    extends Exception
    Exception for trying to operate on a model that doesn't exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelNotExistException

        public ModelNotExistException​(String catalogName,
                                      ObjectPath modelPath)