com.webcab.ejb.finance.portfolio
Class NoSolutionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.webcab.ejb.finance.portfolio.PortfolioException
|
+--com.webcab.ejb.finance.portfolio.NoSolutionException
- All Implemented Interfaces:
- Serializable
- public class NoSolutionException
- extends PortfolioException
This exception is thrown to indicate that there are no portfolios with
the expected return as requested in one of the methods. This may happen
if the requested expected return is greater than the expecter returns of
all assets.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSolutionException
public NoSolutionException(String s)