org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ValueTypeRedefinition

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.omg.CORBA.UserException
              extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPackage.ValueTypeRedefinition
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ValueTypeRedefinition
extends UserException

Generated from IDL definition of exception "ValueTypeRedefinition"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 PropStruct definition_1
           
 PropStruct definition_2
           
 java.lang.String type_1
           
 java.lang.String type_2
           
 
Constructor Summary
ValueTypeRedefinition()
           
ValueTypeRedefinition(java.lang.String type_1, PropStruct definition_1, java.lang.String type_2, PropStruct definition_2)
           
ValueTypeRedefinition(java.lang.String _reason, java.lang.String type_1, PropStruct definition_1, java.lang.String type_2, PropStruct definition_2)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type_1

public java.lang.String type_1

definition_1

public PropStruct definition_1

type_2

public java.lang.String type_2

definition_2

public PropStruct definition_2
Constructor Detail

ValueTypeRedefinition

public ValueTypeRedefinition()

ValueTypeRedefinition

public ValueTypeRedefinition(java.lang.String _reason,
                             java.lang.String type_1,
                             PropStruct definition_1,
                             java.lang.String type_2,
                             PropStruct definition_2)

ValueTypeRedefinition

public ValueTypeRedefinition(java.lang.String type_1,
                             PropStruct definition_1,
                             java.lang.String type_2,
                             PropStruct definition_2)