Class sunw.corba.UserException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunw.corba.UserException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sunw.orb.ORBException
                           |
                           +----sunw.corba.CORBAException
                                   |
                                   +----sunw.corba.UserException

public class UserException
extends CORBAException
Abstract superclass for corba user-defined exceptions.

Constructor Index

 o UserException()
Null constructor - this should probably go away.
 o UserException(String)

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 UserException
  protected UserException()
Null constructor - this should probably go away.
 o UserException
  protected UserException(String id)
Parameters:
id - The corba exception id (a string representation of the exception class).

Methods

 o unmarshal
  public abstract void unmarshal(MarshalBuffer mb) throws ORBException
Abstract method for unmarshaling a corba user-defined exception.
Parameters:
mb - the MarshalBuffer to use for unmarshaling.
 o marshalRelease
  public abstract void marshalRelease(MarshalBuffer mb) throws ORBException
Abstract method for marshaling a corba user-defined exception.
Parameters:
mb - the MarshalBuffer to use for marshaling.
 o marshalDuplicate
  public abstract void marshalDuplicate(MarshalBuffer mb) throws ORBException
Abstract method for marshaling a corba user-defined exception.
Parameters:
mb - the MarshalBuffer to use for marshaling.

All Packages  Class Hierarchy  This Package  Previous  Next  Index