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
-
ExtraStuffException()
- Creates an ExtraStuffException object.
-
ExtraStuffException(String)
- Creates an ExtraStuffException object.
ExtraStuffException
public ExtraStuffException()
- Creates an ExtraStuffException object.
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