(file) Return to InternalException.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/InternalException.cpp between version 1.36 and 1.37

version 1.36, 2009/01/22 09:02:15 version 1.37, 2010/02/01 11:40:17
Line 176 
Line 176 
  
 const char InternalSystemError::MSG[] = "Unable to authenticate user"; const char InternalSystemError::MSG[] = "Unable to authenticate user";
  
   const char SocketWriteError::MSG[] =  "Could not write response to client. "
                                         "Client may have timed out. "
                                         "Socket write failed with error: $0";
   const char SocketWriteError::KEY[] =
       "Common.InternalException.SOCKET_WRITE_ERROR";
   
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
 // //
 // TraceableCIMException // TraceableCIMException
Line 930 
Line 936 
 { {
 } }
  
   //==============================================================================
   //
   // SocketWriteError
   //
   //==============================================================================
   
   SocketWriteError::SocketWriteError(const String& error)
       : Exception(MessageLoaderParms(
             SocketWriteError::KEY,
             SocketWriteError::MSG,
             error))
   {
   }
   
   SocketWriteError::~SocketWriteError()
   {
   }
   
 void ThrowUninitializedObjectException() void ThrowUninitializedObjectException()
 { {
     throw UninitializedObjectException();     throw UninitializedObjectException();


Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2