Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: org/omg/CosTradingRepos/ServiceTypeRepositoryPackage/ServiceTypeExists.java


1   // **********************************************************************
2   //
3   // Generated by the ORBacus IDL to Java Translator
4   //
5   // Copyright (c) 2000
6   // Object Oriented Concepts, Inc.
7   // Billerica, MA, USA
8   //
9   // All Rights Reserved
10  //
11  // **********************************************************************
12  
13  // Version: 4.0
14  // License: non-commercial
15  
16  package org.omg.CosTradingRepos.ServiceTypeRepositoryPackage;
17  
18  //
19  // IDL:omg.org/CosTradingRepos/ServiceTypeRepository/ServiceTypeExists:1.0
20  //
21  /***/
22  
23  final public class ServiceTypeExists extends org.omg.CORBA.UserException
24  {
25      public
26      ServiceTypeExists()
27      {
28          super(ServiceTypeExistsHelper.id());
29      }
30  
31      public
32      ServiceTypeExists(String _ob_a0)
33      {
34          super(ServiceTypeExistsHelper.id());
35          name = _ob_a0;
36      }
37  
38      public
39      ServiceTypeExists(String _ob_reason,
40                        String _ob_a0)
41      {
42          super(ServiceTypeExistsHelper.id() + " " + _ob_reason);
43          name = _ob_a0;
44      }
45  
46      public String name;
47  }