All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.util.es.ExtraStuffException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.beans.util.es.ExtraStuffException

public class ExtraStuffException
extends Exception
An ExtraStuffException object indicates that a problem occurred while using an ExtraStuffAggregator object to add, remove, or compile extra members.

See Also:
ExtraStuffAggregator

Constructor Index

 o ExtraStuffException()
Creates an ExtraStuffException object.
 o ExtraStuffException(String)
Creates an ExtraStuffException object.

Constructors

 o ExtraStuffException
 public ExtraStuffException()
Creates an ExtraStuffException object.

 o ExtraStuffException
 public ExtraStuffException(String s)
Creates an ExtraStuffException object.

Parameters:
s - An additional detail message for this exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index