Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Class org.omg.CosNaming.NamingContextPackage.NotFound

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----org.omg.CORBA.UserException
                            |
                            +----org.omg.CosNaming.NamingContextPackage.NotFound

public final class NotFound
extends UserException

Field Summary
NameComponent[]  rest_of_name
 
NotFoundReason  why
 
 

Constructor Summary
 NotFound()
 
 NotFound(NotFoundReason __why, NameComponent[] __rest_of_name)
 
 

Methods inherited from class java.lang.Throwable
 fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

why

public NotFoundReason why

rest_of_name

public NameComponent[] rest_of_name
Constructor Detail

NotFound

public NotFound()

NotFound

public NotFound(NotFoundReason __why,
                NameComponent[] __rest_of_name)

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.