org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class HasSubTypes

public final class HasSubTypes extends UserException

Exception definition: HasSubTypes.

Author: OpenORB Compiler

Field Summary
Stringsub_type
Exception member sub_type
Stringthe_type
Exception member the_type
Constructor Summary
HasSubTypes()
Default constructor
HasSubTypes(String the_type, String sub_type)
Constructor with fields initialization
HasSubTypes(String orb_reason, String the_type, String sub_type)
Full constructor with fields initialization

Field Detail

sub_type

public String sub_type
Exception member sub_type

the_type

public String the_type
Exception member the_type

Constructor Detail

HasSubTypes

public HasSubTypes()
Default constructor

HasSubTypes

public HasSubTypes(String the_type, String sub_type)
Constructor with fields initialization

Parameters: the_type the_type exception member sub_type sub_type exception member

HasSubTypes

public HasSubTypes(String orb_reason, String the_type, String sub_type)
Full constructor with fields initialization

Parameters: the_type the_type exception member sub_type sub_type exception member