com.ibm.tws.conn.exception
Class ConnRecJobNotExistException
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.ConnRecJobNotExistException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnRecJobNotExistException
- extends ConnIntegrityException
This eception is thrown when trying to add or modify a job definition
and the recovery job referenced by the job definition 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
ConnRecJobNotExistException
public ConnRecJobNotExistException(JobDefinitionKey key,
JobDefinitionKey recJobKey)
- Constructor
- Parameters:
key
- Job definition keyrecJobKey
- Recovery Job key
getJobDefinitionKey
public JobDefinitionKey getJobDefinitionKey()
- Get Job definition key
- Returns:
- The Job definition key
getRecoverJobKey
public JobDefinitionKey getRecoverJobKey()
- Get the Recovery Job key
- Returns:
- The Recovery Job key
Copyright © 2005 IBM All Rights Reserved.