package com.ora.rmibook.chapter23.corbaaccounts;
/**
* NegativeAmountException.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from Account.idl
* Saturday, December 16, 2000 10:18:17 PM PST
*/
public final class NegativeAmountException extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity {
public NegativeAmountException () {
} // ctor
} // class NegativeAmountException
|