Package com.exasol

Class ExaIterationException

  • All Implemented Interfaces:
    Serializable

    public class ExaIterationException
    extends Exception
    This exception indicates an error during interaction with the ExaIterator interface.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExaIterationException

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

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

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

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