com.ibm.tws.conn.exception
Class ConnLoopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.tws.util.exception.TWSException
com.ibm.tws.conn.exception.ConnException
com.ibm.tws.conn.exception.ConnIntegrityException
com.ibm.tws.conn.exception.ConnLoopException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnLoopException
- extends ConnIntegrityException
This exception is thrown when trying to update an object with a parent that is already
an ancestor of the object itself.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright |
Method Summary |
java.util.List |
getParentChain()
This method is use to get the chain of parents of the object where a loop has been detected |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright
ConnLoopException
public ConnLoopException(java.lang.String messageID,
TWSKey key,
java.util.List chain)
- Constructor
- Parameters:
messageID
- The message Idkey
- The TWS key of the object in errorchain
- Chain of parents of the object where a loop has been detected
getParentChain
public java.util.List getParentChain()
- This method is use to get the chain of parents of the object where a loop has been detected
- Returns:
- The chain of parents of the object where a loop has been detected
Copyright © 2005 IBM All Rights Reserved.