All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.corba.AccountNotFoundExceptionHolder

java.lang.Object
   |
   +----bank.corba.AccountNotFoundExceptionHolder

public final class AccountNotFoundExceptionHolder
extends Object

IDL definition:
exception AccountNotFoundException {
string desc;
};


Variable Index

 o value

Constructor Index

 o AccountNotFoundExceptionHolder()
 o AccountNotFoundExceptionHolder(AccountNotFoundException)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public AccountNotFoundException value

Constructors

 o AccountNotFoundExceptionHolder
 public AccountNotFoundExceptionHolder()
 o AccountNotFoundExceptionHolder
 public AccountNotFoundExceptionHolder(AccountNotFoundException value)

Methods

 o _read
 public void _read(InputStream input)
 o _type
 public TypeCode _type()
 o _write
 public void _write(OutputStream output)

All Packages  Class Hierarchy  This Package  Previous  Next  Index