Class BufferUnderflowException

  • All Implemented Interfaces:
    Serializable

    public class BufferUnderflowException
    extends NoSuchElementException
    The BufferUnderflowException is used when the buffer is already empty.

    NOTE: From version 3.0, this exception extends NoSuchElementException.

    Since:
    Commons Collections 2.1
    Version:
    $Revision: 646777 $ $Date: 2008-04-10 14:33:15 +0200 (Thu, 10 Apr 2008) $
    Author:
    Avalon, Berin Loritsch, Jeff Turner, Paul Jack, Stephen Colebourne
    See Also:
    Serialized Form
    • Constructor Detail

      • BufferUnderflowException

        public BufferUnderflowException()
        Constructs a new BufferUnderflowException.
      • BufferUnderflowException

        public BufferUnderflowException​(String message)
        Construct a new BufferUnderflowException.
        Parameters:
        message - the detail message for this exception
      • BufferUnderflowException

        public BufferUnderflowException​(String message,
                                        Throwable exception)
        Construct a new BufferUnderflowException.
        Parameters:
        message - the detail message for this exception
        exception - the root cause of the exception
    • Method Detail

      • getCause

        public final Throwable getCause()
        Gets the root cause of the exception.
        Overrides:
        getCause in class Throwable
        Returns:
        the root cause