blob: 35773daa72ccd9a37d7a530ff390cb31ee0e248f [file] [log] [blame]
Shravan Ambati7d199542016-04-22 16:09:05 -07001/**
2 * Copyright 2016-present Open Networking Laboratory Licensed under the Apache
3 * License, Version 2.0 (the "License"); you may not use this file except in
4 * compliance with the License. You may obtain a copy of the License at
5 *
6 * http://www.apache.org/licenses/LICENSE-2.0
7 *
8 * Unless required by applicable law or agreed to in writing, software
9 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11 * License for the specific language governing permissions and limitations under
12 * the License.
13 */
14
15/**
16 * Application specific Exception classes.
Shravan Ambatibb6b4452016-05-04 13:25:28 -070017 *
Shravan Ambati7d199542016-04-22 16:09:05 -070018 */
19package org.onosproject.kafkaintegration.errors;