Package com.ibm.di.config.interfaces
Class InheritanceLoopException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.config.interfaces.InheritanceLoopException
-
- All Implemented Interfaces:
java.io.Serializable
public class InheritanceLoopException extends java.lang.Exception
An Exception used to signal a loop in the inheritance chain of a BaseConfiguration object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InheritanceLoopException(javax.naming.Name source, java.util.Vector<javax.naming.Name> chain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-