Source code: org/omg/CosTradingRepos/ServiceTypeRepositoryPackage/NotMasked.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/NotMasked:1.0
20 //
21 /***/
22
23 final public class NotMasked extends org.omg.CORBA.UserException
24 {
25 public
26 NotMasked()
27 {
28 super(NotMaskedHelper.id());
29 }
30
31 public
32 NotMasked(String _ob_a0)
33 {
34 super(NotMaskedHelper.id());
35 name = _ob_a0;
36 }
37
38 public
39 NotMasked(String _ob_reason,
40 String _ob_a0)
41 {
42 super(NotMaskedHelper.id() + " " + _ob_reason);
43 name = _ob_a0;
44 }
45
46 public String name;
47 }