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