org.omg.CosTrading
Class InvalidLookupRef

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CosTrading.InvalidLookupRef
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class InvalidLookupRef
extends UserException

Generated from IDL definition of exception "InvalidLookupRef"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 Lookup target
           
 
Constructor Summary
InvalidLookupRef()
           
InvalidLookupRef(Lookup target)
           
InvalidLookupRef(java.lang.String _reason, Lookup target)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

target

public Lookup target
Constructor Detail

InvalidLookupRef

public InvalidLookupRef()

InvalidLookupRef

public InvalidLookupRef(java.lang.String _reason,
                        Lookup target)

InvalidLookupRef

public InvalidLookupRef(Lookup target)