package com.sonymusic.delphi.log4j;

/**
 * Indicates that an event cannot be sent because an outbound connection is not established.
 */
public class NotConnectedException extends Exception {

}
