com.ibm.websphere.advanced.cm.factory
Class CMFactoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.websphere.advanced.cm.factory.CMFactoryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataSourceAlreadyCreatedException, MissingRequiredPropertyException

public class CMFactoryException
extends java.lang.Exception

A generic factory exception which can be thrown by the DataSourceFactory Connection Manager code.

See Also:
Serialized Form

Constructor Summary
CMFactoryException()
           
CMFactoryException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMFactoryException

public CMFactoryException()

CMFactoryException

public CMFactoryException(java.lang.String s)