WebCab Optimization
v2.6
(J2SE Edition)

webcab.lib.math.optimization
Class ReferencedServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--webcab.lib.math.optimization.ReferencedServiceException
All Implemented Interfaces:
Serializable

public class ReferencedServiceException
extends RuntimeException

This exception is signaled by a class to describe an error that occured while calling another 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 Optimization
v2.6
(J2SE Edition)