Class COM.ibm.dsom.services.CosNaming.NamingContext.NotFound
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.dsom.services.CosNaming.NamingContext.NotFound
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----sunw.orb.ORBException
|
+----sunw.corba.CORBAException
|
+----sunw.corba.UserException
|
+----COM.ibm.dsom.services.CosNaming.NamingContext.NotFound
- public class NotFound
- extends UserException
-
rest_of_name
-
-
why
-
-
NotFound()
-
-
NotFound(int, NameComponent[])
-
-
marshalDuplicate(MarshalBuffer)
-
Abstract method for marshaling a corba user-defined exception.
-
marshalRelease(MarshalBuffer)
-
Abstract method for marshaling a corba user-defined exception.
-
unmarshal(MarshalBuffer)
-
Abstract method for unmarshaling a corba user-defined exception.
why
public int why
rest_of_name
public NameComponent rest_of_name[]
NotFound
public NotFound()
NotFound
public NotFound(int _why,
NameComponent _rest_of_name[])
marshalRelease
public void marshalRelease(MarshalBuffer __mb) throws ORBException
- Abstract method for marshaling a corba user-defined exception.
- Overrides:
- marshalRelease in class UserException
marshalDuplicate
public void marshalDuplicate(MarshalBuffer __mb) throws ORBException
- Abstract method for marshaling a corba user-defined exception.
- Overrides:
- marshalDuplicate in class UserException
unmarshal
public void unmarshal(MarshalBuffer __mb) throws ORBException
- Abstract method for unmarshaling a corba user-defined exception.
- Overrides:
- unmarshal in class UserException
All Packages Class Hierarchy This Package Previous Next Index