WebCab Portfolio
v5.0
(J2SE Edition)

webcab.lib.finance.portfolio
Class ReferencedServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webcab.lib.finance.portfolio.ReferencedServiceException
All Implemented Interfaces:
Serializable

public class ReferencedServiceException
extends Exception

This exception is thrown if an error occurs while invoking methods of another class.

See Also:
Serialized Form

Constructor Summary
ReferencedServiceException(String e)
           
 
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

ReferencedServiceException

public ReferencedServiceException(String e)

WebCab Portfolio
v5.0
(J2SE Edition)