WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.interest
Class InterestException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.webcab.ejb.finance.interest.InterestException
All Implemented Interfaces:
Serializable

public class InterestException
extends Exception

This is the exception class of the Interest EJB module.

See Also:
Serialized Form

Constructor Summary
InterestException()
           
InterestException(Exception e)
           
InterestException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterestException

public InterestException()

InterestException

public InterestException(String msg)

InterestException

public InterestException(Exception e)

WebCab Bonds Demo
(J2EE Edition)