CapacityOverflowException
class CapacityOverflowException(message: String = "Overflow of collection with fixed capacity") : RuntimeException(source)
Represents exception that is thrown when user tries to overflow a data structure with fixed capacity.