// ********************************************************************** // // Copyright (c) 2001 // Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #include using namespace std; void IceBox::FailureException::ice_print(ostream& out) const { Exception::ice_print(out); out << ":\nservice failure exception: " << reason; }