public class UDFNotRegisteredException
extends java.lang.Exception
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.| Constructor and Description |
|---|
UDFNotRegisteredException()
Creates a
UDFNotRegisteredException without specifying a
concrete (error) message. |
UDFNotRegisteredException(java.lang.String message)
Creates a
UDFNotRegisteredException with a caller specified
(error) message. |
public UDFNotRegisteredException()
UDFNotRegisteredException without specifying a
concrete (error) message.public UDFNotRegisteredException(java.lang.String message)
UDFNotRegisteredException with a caller specified
(error) message.message - The message with an explanation of the exception.