Class ModelAlreadyExistException

  • All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class ModelAlreadyExistException
    extends Exception
    Exception for trying to create a model that already exists.
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelAlreadyExistException

        public ModelAlreadyExistException​(String catalogName,
                                          ObjectPath modelPath)
      • ModelAlreadyExistException

        public ModelAlreadyExistException​(String catalogName,
                                          ObjectPath modelPath,
                                          Throwable cause)