Class BufferOverflowException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2021-04-30")
    public class BufferOverflowException
    extends java.lang.RuntimeException
    Deprecated.
    Commons Collections 3 is in maintenance mode. Commons Collections 4 should be used instead.
    The BufferOverflowException is used when the buffer's capacity has been exceeded.
    Since:
    Commons Collections 2.1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferOverflowException()
      Deprecated.
      Constructs a new BufferOverflowException.
      BufferOverflowException​(java.lang.String message)
      Deprecated.
      Construct a new BufferOverflowException.
      BufferOverflowException​(java.lang.String message, java.lang.Throwable exception)
      Deprecated.
      Construct a new BufferOverflowException.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Throwable getCause()
      Deprecated.
      Gets the root cause of the exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BufferOverflowException

        public BufferOverflowException()
        Deprecated.
        Constructs a new BufferOverflowException.
      • BufferOverflowException

        public BufferOverflowException​(java.lang.String message)
        Deprecated.
        Construct a new BufferOverflowException.
        Parameters:
        message - the detail message for this exception
      • BufferOverflowException

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

      • getCause

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