3 * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
5 * This program and the accompanying materials are made available under the
6 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 * and is available at http://www.eclipse.org/legal/epl-v10.html
11 * @file ListenRoleChangeAddException.java
13 * @brief Describe an exception that is raised when the cache
14 * Listener being added fails for any reason
17 package org.opendaylight.controller.clustering.services;
20 * @deprecated for internal use
21 * The Class ListenRoleChangeAddException.
24 public class ListenRoleChangeAddException extends Exception {
25 private static final long serialVersionUID = 1L;
28 * Instantiates a new listen role change add exception.
30 public ListenRoleChangeAddException() {