Package org.apache.commons.collections
Class BufferOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.collections.BufferOverflowException
- All Implemented Interfaces:
Serializable
Deprecated.
Apache Commons Collections version 3.x is being deprecated from AEMaaCS. The upgraded version 4.4 of Commons Collections is already included as replacement. Customers are advised to upgrade to this version of the library. Please note: the package name was changed to org.apache.commons.collections4. Further note that there are AEM APIs currently exposing the old collections classes; these will be updated in upcoming releases.
The BufferOverflowException is used when the buffer's capacity has been
exceeded.
- Since:
- Commons Collections 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructs a newBufferOverflowException.BufferOverflowException(String message) Deprecated.Construct a newBufferOverflowException.BufferOverflowException(String message, Throwable exception) Deprecated.Construct a newBufferOverflowException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BufferOverflowException
public BufferOverflowException()Deprecated.Constructs a newBufferOverflowException. -
BufferOverflowException
Deprecated.Construct a newBufferOverflowException.- Parameters:
message- the detail message for this exception
-
BufferOverflowException
Deprecated.Construct a newBufferOverflowException.- Parameters:
message- the detail message for this exceptionexception- the root cause of the exception
-
-
Method Details