WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Class ReferencedServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.webcab.ejb.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 Enterprise JavaBean.

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 Demo
v4.2
(J2EE Edition)