com.ibm.commerce.tools.campaigns
Class CampaignInitiativeScheduleConflictException

java.lang.Object
  |
  +--CommandException
        |
        +--com.ibm.commerce.exception.ECException
              |
              +--com.ibm.commerce.exception.ECApplicationException
                    |
                    +--com.ibm.commerce.tools.campaigns.CampaignInitiativeScheduleConflictException
All Implemented Interfaces:
java.io.Serializable

public class CampaignInitiativeScheduleConflictException
extends ECApplicationException

Thrown when an initiative schedule conflict has occurred.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
Fields inherited from class com.ibm.commerce.exception. ECApplicationException
ERROR_TYPE, GENERIC_ERROR_TASK
 
Fields inherited from class com.ibm.commerce.exception. ECException
APPLICATION_ERROR, ECMESSAGE, ECMESSAGEKEY, errorProperties, EXCEP_DATA, EXCEP_TYPE, EXCEPTION, GENERIC_APPLICATION_ERROR_TASK, GENERIC_SYSTEM_ERROR_TASK, MSG_PARAM, SYSTEM_ERROR
 
Constructor Summary
CampaignInitiativeScheduleConflictException( InitiativeScheduleAccessBean conflictingSchedule)
          Constructor for CampaignInitiativeScheduleConflictException.
 
Method Summary
  InitiativeScheduleAccessBean getSchedule()
          Returns the schedule that is in conflict with the one to be saved.
 
Methods inherited from class com.ibm.commerce.exception. ECApplicationException
getErrorType, getExceptionFields, getGenericErrorTask, setExceptionField, setExceptionFields
 
Methods inherited from class com.ibm.commerce.exception. ECException
getErrorMessageKey, getErrorProperties, getErrorTaskName, getMessageKey, getStackTrace, getThrowable, getUserMessage, logMessage, logMessage, logMessage, setErrorTaskName, setException, setOrginatingCommand, setThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

CampaignInitiativeScheduleConflictException

public CampaignInitiativeScheduleConflictException(InitiativeScheduleAccessBean conflictingSchedule)
Constructor for CampaignInitiativeScheduleConflictException.
Parameters:
conflictingSchedule - The instance of the initiative schedule which will be experimented.
Method Detail

getSchedule

public InitiativeScheduleAccessBean getSchedule()
Returns the schedule that is in conflict with the one to be saved.
Returns:
An instance of the InitiativeScheduleAccessBean object that represents the initiative schedule.