WebCab Portfolio Demo
v4.2
(J2EE Edition)

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

Constructor Summary
PortfolioException()
           
PortfolioException(String s)
           
 
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

PortfolioException

public PortfolioException()

PortfolioException

public PortfolioException(String s)

WebCab Portfolio Demo
v4.2
(J2EE Edition)