org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class HasSubTypes

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CosTradingRepos.ServiceTypeRepositoryPackage.HasSubTypes
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class HasSubTypes
extends org.omg.CORBA.UserException

Exception definition: HasSubTypes.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 java.lang.String sub_type
          Exception member sub_type
 java.lang.String the_type
          Exception member the_type
 
Constructor Summary
HasSubTypes()
          Default constructor
HasSubTypes(java.lang.String the_type, java.lang.String sub_type)
          Constructor with fields initialization
HasSubTypes(java.lang.String orb_reason, java.lang.String the_type, java.lang.String sub_type)
          Full constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

the_type

public java.lang.String the_type
Exception member the_type


sub_type

public java.lang.String sub_type
Exception member sub_type

Constructor Detail

HasSubTypes

public HasSubTypes()
Default constructor


HasSubTypes

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

Parameters:
the_type - the_type exception member
sub_type - sub_type exception member

HasSubTypes

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

Parameters:
the_type - the_type exception member
sub_type - sub_type exception member