All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.corba.AccountNotFoundException

bank.corba.AccountNotFoundException

public final class AccountNotFoundException

IDL definition:
exception AccountNotFoundException {
string desc;
};


Variable Index

 o desc

Constructor Index

 o AccountNotFoundException()
 o AccountNotFoundException(String)

Method Index

 o toString()

Variables

 o desc
 public String desc

Constructors

 o AccountNotFoundException
 public AccountNotFoundException()
 o AccountNotFoundException
 public AccountNotFoundException(String desc)

Methods

 o toString
 public String toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index