package com.sonymusic.delphi.log4j;

/**
 * Indicates that a ring buffer is full, and therefore cannot enqueue new items.
 */
public class RingBufferFullException extends Exception {

}
