com.ibm.tws.conn.exception
Class ConnDomainRefByWorkstationNotExistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.tws.util.exception.TWSException
              extended bycom.ibm.tws.conn.exception.ConnException
                  extended bycom.ibm.tws.conn.exception.ConnIntegrityException
                      extended bycom.ibm.tws.conn.exception.ConnDomainRefByWorkstationNotExistException
All Implemented Interfaces:
java.io.Serializable

public class ConnDomainRefByWorkstationNotExistException
extends ConnIntegrityException

This exception is thrown when trying to add or modify a workstation and the domain referenced by workstation does not exist.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright
 
Constructor Summary
ConnDomainRefByWorkstationNotExistException(FlowTargetKey wksKey, DomainKey domKey)
          Constructor
 
Method Summary
 DomainKey getDomainKey()
          Get the domain key
 FlowTargetKey getWorkstationKey()
          Get the workstation or workstation class key
 
Methods inherited from class com.ibm.tws.conn.exception.ConnException
buildInsert, buildInsert2
 
Methods inherited from class com.ibm.tws.util.exception.TWSException
getArgs, getCauseMessage, getLocalizedMessage, getLocalizedMessage, getMessage, initialize, printStackTrace, printStackTrace, printStackTrace
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright

Constructor Detail

ConnDomainRefByWorkstationNotExistException

public ConnDomainRefByWorkstationNotExistException(FlowTargetKey wksKey,
                                                   DomainKey domKey)
Constructor

Parameters:
wksKey - Key of the workstation or workstation class
domKey - Key of the domain
Method Detail

getDomainKey

public DomainKey getDomainKey()
Get the domain key

Returns:
The retrieved domain key

getWorkstationKey

public FlowTargetKey getWorkstationKey()
Get the workstation or workstation class key

Returns:
The retrieved workstation or workstation class key


Copyright © 2005 IBM All Rights Reserved.