org.omg.CosTrading
Class InvalidLookupRef

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

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)
           
 
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)