blob: a99399d050b1ab95f0fc97f0a485c3e2f8509ead [file] [log] [blame]
lloretgalleg1d2ff512020-08-01 06:05:58 +00001##
2# Copyright 2019 Telefonica Investigacion y Desarrollo, S.A.U.
3# This file is part of OSM
4# All Rights Reserved.
5#
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15# implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18#
19# For those usages not covered by the Apache License, Version 2.0 please
20# contact with: nfvlabs@tid.es
21##
22
garciadeblas43fc9352024-07-09 14:30:44 +020023
lloretgalleg1d2ff512020-08-01 06:05:58 +000024class ExecEnvException(Exception):
25 """Exception thrown by the EE if the actions can't be invoked or there is any generic error"""
26
garciadeblas43fc9352024-07-09 14:30:44 +020027
lloretgalleg1d2ff512020-08-01 06:05:58 +000028class VnfException(Exception):
garciadeblas43fc9352024-07-09 14:30:44 +020029 """Exception thrown by the Vnf EE code in case of error"""