WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Class TooManyPortfoliosException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.webcab.ejb.finance.portfolio.PortfolioException
                          |
                          +--com.webcab.ejb.finance.portfolio.TooManyPortfoliosException
All Implemented Interfaces:
Serializable

public class TooManyPortfoliosException
extends PortfolioException

This exception is thrown if the number of optimal portolios found exceeds 100.

See Also:
Serialized Form

Constructor Summary
TooManyPortfoliosException()
           
 
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

TooManyPortfoliosException

public TooManyPortfoliosException()

WebCab Portfolio Demo
v4.2
(J2EE Edition)