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