WebCab Technical Analysis
v1.1
(J2SE Edition)

webcab.lib.finance.trading.indicators
Class ReferencedServiceException

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

public class ReferencedServiceException
extends RuntimeException

This exception is signaled by a class to indicate an error in another referenced class.

See Also:
Serialized Form

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

WebCab Technical Analysis
v1.1
(J2SE Edition)