* @package generis */ class core_kernel_users_Exception extends common_Exception { // --- ASSOCIATIONS --- // --- ATTRIBUTES --- /** * Short description of attribute BAD_PASSWORD * * @access public * @var int */ const BAD_PASSWORD = 0; /** * Short description of attribute BAD_LOGIN * * @access public * @var int */ const BAD_LOGIN = 1; /** * Short description of attribute BAD_ROLE * * @access public * @var int */ const BAD_ROLE = 2; /** * Short description of attribute LOGIN_EXITS * * @access public * @var int */ const LOGIN_EXITS = 3; // --- OPERATIONS --- }