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

  1. package com.ms.osp;
  2.  
  3. import com.ms.com.ComException;
  4.  
  5. public class OSPException extends ComException {
  6.    public OSPException(int var1) {
  7.       super(var1);
  8.    }
  9.  
  10.    public OSPException() {
  11.       super(-2147467259);
  12.    }
  13. }
  14.