home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / PIE5.0 / IEDATAJA.CAB / OSP.ZIP / com / ms / osp / ConversionException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-28  |  243 b   |  8 lines

  1. package com.ms.osp;
  2.  
  3. public class ConversionException extends OSPException {
  4.    public ConversionException() {
  5.       super(-2147221487);
  6.    }
  7. }
  8.