/** @class gatsDBpp::GATS_DB_Exception @brief Embodies the GATS_DB_Exception class and its derivatives. @date $Date$ @version $Rev$ @author - Lance Deaver @copyright (©) Copyright 2006 by GATS Inc. 11864 Canon Blvd., Suite 101, Newport News, VA 23606 All Rights Reserved. No part of this software or publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise without the prior written permission of GATS Inc. @see GATS_DB_Exception.h @see streamFunctions.hpp @see GATS_Exception @todo Add an Object is NULL class @todo Add overloaded << operator function to dump exception message @todo Add an EXPORT macro so windows users can preface functions with the decspl when constructing DLL files. @bug None known $Id$ */ #include "GATS_DB_Exception.h" using namespace gatsDBpp; GATS_DB_Exception& GATS_DB_Exception::operator=(const GATS_DB_Exception& rhs) throw() { GATS_Exception::operator=(rhs); return *this; }