com.sapportals.portal.ivs.cg
Class ConnectionFactoryNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sapportals.portal.ivs.cg.ConnectionFactoryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionFactoryNotFoundException
extends java.lang.RuntimeException

A runtime exception indicating the system object doesn't have a connector factory name property. A portal system, created from a connector-based system template contains the attribute name com.sap.portal.reserved.system.ConnectionFactoryClass with value of the connector factory JNDI name

Version:
7.00
See Also:
Serialized Form

Constructor Summary
ConnectionFactoryNotFoundException()
          Default constructor
ConnectionFactoryNotFoundException(java.lang.String msg)
          Constructor with exception message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionFactoryNotFoundException

public ConnectionFactoryNotFoundException()
Default constructor

ConnectionFactoryNotFoundException

public ConnectionFactoryNotFoundException(java.lang.String msg)
Constructor with exception message
Parameters:
msg - The exception message