Package com.exasol

Class ExaUDFException

  • All Implemented Interfaces:
    Serializable

    public class ExaUDFException
    extends Exception
    This exception indicates that an exception during the execution of user code happened.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExaUDFException

        public ExaUDFException()
        Create a new instance of an ExaUDFException.
      • ExaUDFException

        public ExaUDFException​(String message)
        Create a new instance of an ExaUDFException.
        Parameters:
        message - error message
      • ExaUDFException

        public ExaUDFException​(String message,
                               Throwable cause)
        Create a new instance of an ExaUDFException.
        Parameters:
        message - error message
        cause - exception causing this one
      • ExaUDFException

        public ExaUDFException​(Throwable cause)
        Create a new instance of an ExaUDFException.
        Parameters:
        cause - exception causing this one