Class UDFNotRegisteredException

  • All Implemented Interfaces:
    Serializable

    public class UDFNotRegisteredException
    extends Exception
    A UDFNotRegisteredException indicates that the requested user-defined function (UDF) is not available for the designated user-defined data type (UDT). This may also stem from mispelling the function name.
    Author:
    Ulrich Kreher
    See Also:
    Serialized Form
    • Constructor Detail

      • UDFNotRegisteredException

        public UDFNotRegisteredException()
        Creates a UDFNotRegisteredException without specifying a concrete (error) message.
      • UDFNotRegisteredException

        public UDFNotRegisteredException​(String message)
        Creates a UDFNotRegisteredException with a caller specified (error) message.
        Parameters:
        message - The message with an explanation of the exception.