package Helios::Error::DatabaseError; use base qw(Helios::Error::BaseError); our $VERSION = '2.40'; 1; __END__; =head1 NAME Helios::Error::DatabaseError - exception class for Helios indicating a database error occurred =head1 SYNOPSIS use Helios::Error::DatabaseError; -OR- use Helios::Error; # automatically uses DatabaseError and other exceptions =head1 DESCRIPTION When Helios utility methods encounter a database error interacting with the Helios database, they will throw a DatabaseError exception. This exception class was added to help helios.pl deal with losing its database connection (due to intermittent network error, database error, sunspots, whatever). =head1 SEE ALSO L, L, L, L =head1 AUTHOR Andrew Johnson, Eajohnson@ittoolbox.comE =head1 COPYRIGHT AND LICENSE Copyright (C) 2007-8 by CEB Toolbox, Inc. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available. =head1 WARRANTY This software comes with no warranty of any kind. =cut