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

Diff for /pegasus/src/Pegasus/Common/Exception.cpp between version 1.22 and 1.22.2.9

version 1.22, 2001/07/10 22:31:13 version 1.22.2.9, 2001/12/06 19:38:22
Line 22 
Line 22 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
   // Modified By: Nag Boranna (nagaraja_boranna@hp.com)
   //
 // Modified By: // Modified By:
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
Line 118 
Line 120 
  
 const char NoSuchFile::MSG[] = "no such file: "; const char NoSuchFile::MSG[] = "no such file: ";
  
   const char FileNotReadable::MSG[] = "file not readable: ";
   
 const char CannotBindToAddress::MSG[] = "cannot bind to address: "; const char CannotBindToAddress::MSG[] = "cannot bind to address: ";
  
 const char NoSuchDirectory::MSG[] = "no such directory: "; const char NoSuchDirectory::MSG[] = "no such directory: ";
Line 138 
Line 142 
  
 const char CannotRenameFile::MSG[] = "cannot rename file: "; const char CannotRenameFile::MSG[] = "cannot rename file: ";
  
 const char StackUnderflow::MSG[] = "stack Underflow";  const char StackUnderflow::MSG[] = "stack underflow";
   
   const char StackOverflow::MSG[] = "stack overflow";
  
 const char QueueUnderflow::MSG[] = "queue Underflow"; const char QueueUnderflow::MSG[] = "queue Underflow";
  
Line 161 
Line 167 
  
 const char CorruptFile::MSG[] = "corrupt file: "; const char CorruptFile::MSG[] = "corrupt file: ";
  
   const char BindFailed::MSG[] = "Bind failed: ";
   
   const char InvalidLocator::MSG[] = "Invalid locator: ";
   
   const char CannotCreateSocket::MSG[] = "Cannot create socket";
   
   const char CannotConnect::MSG[] = "Cannot connect to: ";
   
   const char UnexpectedFailure::MSG[] = "Unexpected failure";
   
   const char FailedToConnect::MSG[] = "failed to connect";
   
   const char AlreadyConnected::MSG[] = "already connected";
   
   const char NotConnected::MSG[] = "not connected";
   
   const char TimedOut::MSG[] = "timed out";
   
   const char ParseError::MSG[] = "parse error: ";
   
   const char MissingNullTerminator::MSG[] = "missing null terminator: ";
   
   const char SSL_Exception::MSG[] = "SSL Exception ";
   
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
 // //
 // CIMException // CIMException


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.22.2.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2