com.ibm.tws.conn.exception
Class ConnParentNotExistException
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.ConnParentNotExistException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnParentNotExistException
- extends ConnIntegrityException
This eception is thrown when trying to add or modify an object with a parent that does not exist
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright |
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
ConnParentNotExistException
public ConnParentNotExistException(DomainKey key,
DomainKey parentKey)
- Constructor
- Parameters:
key
- The domain keyparentKey
- The parent domain key
getDomainKey
public DomainKey getDomainKey()
- get the domain key
- Returns:
- The domain key
getParentDomainKey
public DomainKey getParentDomainKey()
- get the parent domain key
- Returns:
- The parent domain key
Copyright © 2005 IBM All Rights Reserved.