All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.dip.DipRejectAdditionException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.beans.dip.DipRejectAdditionException

public class DipRejectAdditionException
extends Exception
A DipRejectAdditionException object is thrown when dippable classes try to add a dip to it, but the dip rejects being added to the dippable class. The exception is caught and managed by the DippableSupport.addDip() method.


Constructor Index

 o DipRejectAdditionException(String)
Constructs a DipRejectAdditionException instance.

Constructors

 o DipRejectAdditionException
 public DipRejectAdditionException(String msg)
Constructs a DipRejectAdditionException instance.

Parameters:
msg - Descriptive message indicating why the dip rejected being added to the bean.

All Packages  Class Hierarchy  This Package  Previous  Next  Index