|
Smartswitch
|
| ▼ESmartswitch::GenericException | The base class for every exception thrown by Smartswitch |
| ESmartswitch::AccessException | Thrown when a user tries perform an action which is not allowed for him |
| ▼ESmartswitch::ArgumentException | Thrown when a user specifies wrong argument to a method |
| ESmartswitch::EmptyArgumentException | The exception is thrown when you specify empty argument while Smartswitch expects it to be non-empty |
| ESmartswitch::Peer::InsecureArgumentException | The exception is thrown when you specify an insecure argument |
| ESmartswitch::DbQueryTooLongException | The exception is thrown when a database query takes longer than allowed by a Smartswitch administrator |
| ESmartswitch::DuplicateException | The exception is thrown when the entry you try to add already exists |
| ESmartswitch::Peer::DescendantLimitReachedException | The exception is thrown on adding a new GenericPeer when the limit of created peers is reached |
| ESmartswitch::Peer::UserGeneration::DuplicateNameException | This exception is thrown when there is no more attempts left to generate an unique alphanumeric User name |
| ESmartswitch::Peer::UserGeneration::IntegerOverflowException | This exception is thrown on integer overflow on unique consecutive alphanumeric User name generation |
| ESmartswitch::Peer::UserGeneration::WeakPasswordException | This exception is thrown when there is no more attempts left to generate a strong password for a User |
1.8.15