WebCab Optimization
v2.6
(J2EE Edition)

com.webcab.ejb.math.optimization
Class ReferencedServiceException

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

public class ReferencedServiceException
extends RuntimeException

This exception is signaled by a Enterprise JavaBean to describe an error that occured while calling another Enterprise JavaBean.

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
(J2EE Edition)