com.webcab.ejb.finance.portfolio
Class PortfolioException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.webcab.ejb.finance.portfolio.PortfolioException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AboveException, BelowException, EfficientFrontierNotCalculatedException, NoSolutionException, TooManyPortfoliosException, UtilityFunctionNotInitializedException
- public class PortfolioException
- extends RuntimeException
This is the base exception class for all other exceptions thrown by the
Portfolio Enterprise JavaBean.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PortfolioException
public PortfolioException()
PortfolioException
public PortfolioException(String s)