// // Copyright (c) ZeroC, Inc. All rights reserved. // #include using namespace std; void IceBox::FailureException::ice_print(ostream& out) const { Exception::ice_print(out); out << ":\nservice failure exception: " << reason; }