Class COM.ibm.dsom.services.CosNaming.NamingContext.NotEmpty
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.dsom.services.CosNaming.NamingContext.NotEmpty

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sunw.orb.ORBException
                           |
                           +----sunw.corba.CORBAException
                                   |
                                   +----sunw.corba.UserException
                                           |
                                           +----COM.ibm.dsom.services.CosNaming.NamingContext.NotEmpty

public class NotEmpty
extends UserException

Constructor Index

 o NotEmpty()

Method Index

 o marshalDuplicate(MarshalBuffer)
Abstract method for marshaling a corba user-defined exception.
 o marshalRelease(MarshalBuffer)
Abstract method for marshaling a corba user-defined exception.
 o unmarshal(MarshalBuffer)
Abstract method for unmarshaling a corba user-defined exception.

Constructors

 o NotEmpty
  public NotEmpty()

Methods

 o marshalRelease
  public void marshalRelease(MarshalBuffer __mb) throws ORBException
Abstract method for marshaling a corba user-defined exception.
Overrides:
marshalRelease in class UserException
 o marshalDuplicate
  public void marshalDuplicate(MarshalBuffer __mb) throws ORBException
Abstract method for marshaling a corba user-defined exception.
Overrides:
marshalDuplicate in class UserException
 o 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