Smartswitch
DescendantLimitReachedException.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Peer"]]
4 
5 #include <GenericException.ice>
6 #include <Common.ice>
7 
8 module Smartswitch
9 {
10  module Peer
11  {
18  {
19  long limit;
20  };
21  };
22 };
The exception is thrown on adding a new GenericPeer when the limit of created peers is reached.
Definition: DescendantLimitReachedException.ice:17
Definition: AccessException.ice:7
long limit
The limit which has been hit.
Definition: DescendantLimitReachedException.ice:19
The base class for every exception thrown by Smartswitch.
Definition: GenericException.ice:10