WebCab Optimization
v2.6
(J2EE Edition)

com.webcab.ejb.math.optimization
Class FunctionDeliveryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.webcab.ejb.math.optimization.FunctionDeliveryException
All Implemented Interfaces:
Serializable

public class FunctionDeliveryException
extends Exception

This exception may be thrown during the instantiation of any of the FunctionDelivery classes.

See Also:
FunctionDelivery, Serialized Form

Constructor Summary
FunctionDeliveryException(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

FunctionDeliveryException

public FunctionDeliveryException(String e)

WebCab Optimization
v2.6
(J2EE Edition)