<?php
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.2
//
// <auto-generated>
//
// Generated from file `DbQueryTooLongException.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//


namespace
{
    require_once 'GenericException.php';
}

namespace Smartswitch
{
    global $Smartswitch__t_DbQueryTooLongException;
    class DbQueryTooLongException extends \Smartswitch\GenericException
    {
        public function __construct($description='', $solution='', $limit=0)
        {
            parent::__construct($description, $solution);
            $this->limit = $limit;
        }

        public function ice_id()
        {
            return '::Smartswitch::DbQueryTooLongException';
        }

        public function __toString()
        {
            global $Smartswitch__t_DbQueryTooLongException;
            return IcePHP_stringifyException($this, $Smartswitch__t_DbQueryTooLongException);
        }

        public $limit;
    }
    global $IcePHP__t_int;

    $Smartswitch__t_DbQueryTooLongException = IcePHP_defineException('::Smartswitch::DbQueryTooLongException', '\\Smartswitch\\DbQueryTooLongException', false, $Smartswitch__t_GenericException, array(
        array('limit', $IcePHP__t_int, false, 0)));
}
?>
