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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterestException
public InterestException()
InterestException
public InterestException(String msg)
InterestException
public InterestException(Exception e)