Class COM.ibm.dsom.services.CosNaming.NamingContext.CannotProceed
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.dsom.services.CosNaming.NamingContext.CannotProceed
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----sunw.orb.ORBException
|
+----sunw.corba.CORBAException
|
+----sunw.corba.UserException
|
+----COM.ibm.dsom.services.CosNaming.NamingContext.CannotProceed
- public class CannotProceed
- extends UserException
-
cxt
-
-
rest_of_name
-
-
CannotProceed()
-
-
CannotProceed(NamingContextRef, 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.
cxt
public NamingContextRef cxt
rest_of_name
public NameComponent rest_of_name[]
CannotProceed
public CannotProceed()
CannotProceed
public CannotProceed(NamingContextRef _cxt,
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