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

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

public class MissingRequiredPropertyException
extends CMFactoryException

An exception thrown when a request to get a datasource does not contain all of the properties which are required.

See Also:
Serialized Form

Constructor Summary
MissingRequiredPropertyException()
           
MissingRequiredPropertyException(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

MissingRequiredPropertyException

public MissingRequiredPropertyException()

MissingRequiredPropertyException

public MissingRequiredPropertyException(java.lang.String s)