org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ValueTypeRedefinition

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.ValueTypeRedefinition
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

Exception definition: ValueTypeRedefinition.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 PropStruct definition_1
          Exception member definition_1
 PropStruct definition_2
          Exception member definition_2
 java.lang.String type_1
          Exception member type_1
 java.lang.String type_2
          Exception member type_2
 
Constructor Summary
ValueTypeRedefinition()
          Default constructor
ValueTypeRedefinition(java.lang.String type_1, PropStruct definition_1, java.lang.String type_2, PropStruct definition_2)
          Constructor with fields initialization
ValueTypeRedefinition(java.lang.String orb_reason, java.lang.String type_1, PropStruct definition_1, java.lang.String type_2, PropStruct definition_2)
          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

type_1

public java.lang.String type_1
Exception member type_1


definition_1

public PropStruct definition_1
Exception member definition_1


type_2

public java.lang.String type_2
Exception member type_2


definition_2

public PropStruct definition_2
Exception member definition_2

Constructor Detail

ValueTypeRedefinition

public ValueTypeRedefinition()
Default constructor


ValueTypeRedefinition

public ValueTypeRedefinition(java.lang.String type_1,
                             PropStruct definition_1,
                             java.lang.String type_2,
                             PropStruct definition_2)
Constructor with fields initialization

Parameters:
type_1 - type_1 exception member
definition_1 - definition_1 exception member
type_2 - type_2 exception member
definition_2 - definition_2 exception member

ValueTypeRedefinition

public ValueTypeRedefinition(java.lang.String orb_reason,
                             java.lang.String type_1,
                             PropStruct definition_1,
                             java.lang.String type_2,
                             PropStruct definition_2)
Full constructor with fields initialization

Parameters:
type_1 - type_1 exception member
definition_1 - definition_1 exception member
type_2 - type_2 exception member
definition_2 - definition_2 exception member