org.omg.CosTrading.RegisterPackage

Class InterfaceTypeMismatch

public final class InterfaceTypeMismatch extends UserException

Exception definition: InterfaceTypeMismatch.

Author: OpenORB Compiler

Field Summary
Objectreference
Exception member reference
Stringtype
Exception member type
Constructor Summary
InterfaceTypeMismatch()
Default constructor
InterfaceTypeMismatch(String type, Object reference)
Constructor with fields initialization
InterfaceTypeMismatch(String orb_reason, String type, Object reference)
Full constructor with fields initialization

Field Detail

reference

public Object reference
Exception member reference

type

public String type
Exception member type

Constructor Detail

InterfaceTypeMismatch

public InterfaceTypeMismatch()
Default constructor

InterfaceTypeMismatch

public InterfaceTypeMismatch(String type, Object reference)
Constructor with fields initialization

Parameters: type type exception member reference reference exception member

InterfaceTypeMismatch

public InterfaceTypeMismatch(String orb_reason, String type, Object reference)
Full constructor with fields initialization

Parameters: type type exception member reference reference exception member