Class FunctionAlreadyExistException

  • All Implemented Interfaces:
    Serializable

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

      • FunctionAlreadyExistException

        public FunctionAlreadyExistException​(String catalogName,
                                             ObjectPath functionPath)
      • FunctionAlreadyExistException

        public FunctionAlreadyExistException​(String catalogName,
                                             ObjectPath functionPath,
                                             Throwable cause)