Smartswitch
IntegerOverflowException.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Peer/UserGeneration"]]
4 
5 #include <GenericException.ice>
6 
7 module Smartswitch
8 {
9  module Peer
10  {
11  module UserGeneration
12  {
24  {
25  };
26  };
27  };
28 };
This exception is thrown on integer overflow on unique consecutive alphanumeric User name generation.
Definition: IntegerOverflowException.ice:23
Definition: AccessException.ice:7
The base class for every exception thrown by Smartswitch.
Definition: GenericException.ice:10